Koha/koha-tmpl/intranet-tmpl/prog/en/js
Owen Leonard d1e3773e3b Bug 5184 - Upgrade jQuery to the latest version (staff client)
Upgrade jQuery in the staff client. Besides the change
to the jQuery file syntax has been changed wherever this
syntax was written:

$(foo).attr("checked","");

The new correct way to un-check a checkbox:

$(foo).removeAttr("checked");

I also removed some JavaScript altogether from
branch-transfer-limits.tt which used the old syntax but
which wasn't used on the page at all anymore.

Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-05-11 11:05:19 +02:00
..
pages Bug 5184 - Upgrade jQuery to the latest version (staff client) 2012-05-11 11:05:19 +02:00
tinymce Bug 7356 - Fix various typos and mis-spellings 2012-01-13 11:51:26 +01:00
acq.js Bug 7528 - amount subtracting 1 cent 2012-04-18 17:30:14 +02:00
additem.js Bug 7178: Acquisition item creation improvement 2012-03-26 11:07:23 +02:00
ajax.js
background-job-progressbar.js bug 6372: moved background-job.inc to background-job-progressbar.js 2012-05-07 23:00:34 +02:00
basket.js Bug 7466 - Cart notification popup should appear onscreen even when button isn't 2012-02-03 17:34:40 +01:00
datatables.js Bug 6836: followup CSS work 2012-01-27 11:33:12 +01:00
localcovers.js Bug 1633: [SIGNED-OFF] Display local cover images 2012-01-24 11:16:04 +01:00
members.js Fix for Bug 5280 - Fix password field so that the password is masked as it is entered 2012-02-13 16:39:59 +01:00
staff-global.js Bug 4054 - Double-clicking the 'place hold' button can result in duplicate holds 2012-02-17 19:22:49 +01:00
xmlControlfield.js