[koha-commits] main Koha release repository branch new/bug_5184 created. v3.08.00-30-gd1e3773

Git repo owner gitmaster at git.koha-community.org
Fri May 11 11:09:50 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_5184 has been created
        at  d1e3773e3b6bc83e4e7937b3c79c886770bc2c53 (commit)

- Log -----------------------------------------------------------------
commit d1e3773e3b6bc83e4e7937b3c79c886770bc2c53
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 17 11:21:14 2012 -0400

    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>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list