[Koha-bugs] [Bug 4437] New: acq.js uses XMLHttpRequest() directly; should use jQuery

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon May 3 18:13:31 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4437

           Summary: acq.js uses XMLHttpRequest() directly; should use jQuery
           Product: Koha
           Version: HEAD
          Platform: PC
               URL: ./koha-tmpl/intranet-tmpl/prog/en/js/acq.js
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Acquisitions
        AssignedTo: henridamien at koha-fr.org
        ReportedBy: gmcharlt at gmail.com
   Estimated Hours: 0.0
 Change sponsored?: ---


acq.js uses XMLHttpRequest() directly to a web service call, which is more
prone to errors and web browser compatibility issues.  It should the jQuery
AJAX API instead, both to avoid such issues and to be consistent with the other
JavaScript in Koha.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list