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: [email protected]
Reporter: [email protected]
hugh@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@hugh-desktop:~/code/koha (master)$
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/