[Koha-bugs] [Bug 5184] Upgrade jQuery to the latest version

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 30 00:18:32 CEST 2012


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

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9286|0                           |1
        is obsolete|                            |

--- Comment #17 from Mason James <mtj at kohaaloha.com> ---
Created attachment 9356
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9356&action=edit
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 at foundations.edu>
Signed-off-by: Mason James <mtj at kohaaloha.com>

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


More information about the Koha-bugs mailing list