[Koha-bugs] [Bug 9411] New: Multiple uses of javascript eval on ajax responses in acq.js

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 17 04:26:45 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9411

            Bug ID: 9411
           Summary: Multiple uses of javascript eval on ajax responses in
                    acq.js
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: hugh at davenport.net.nz

hugh at hugh-desktop:~/code/koha (master)$ cat
koha-tmpl/intranet-tmpl/prog/en/js/acq.js | grep eval
    // rc =  eval ( xmlhttp.responseText );
            actTotal = eval ( xmlhttp.responseText );
    var result = eval ( xmlhttp.responseText );
    var result = eval ( xmlhttp.responseText );
hugh at hugh-desktop:~/code/koha (master)$

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list