[koha-commits] main Koha release repository branch new/bug_5184 updated. v3.08.00-31-g806798d

Git repo owner gitmaster at git.koha-community.org
Fri May 11 11:23:48 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 updated
       via  806798dc66bd26f2d34feeb443b98bb160aaecaa (commit)
      from  d1e3773e3b6bc83e4e7937b3c79c886770bc2c53 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 806798dc66bd26f2d34feeb443b98bb160aaecaa
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 17 10:53:41 2012 -0400

    Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC)
    
    Upgrade jQuery in the OPAC.
    
    To test: Try any JavaScript-dependent interaction
    you can think of in the OPAC and watch for errors.
    
    Revision updates the one syntax I've found so far in testing
    which requires an update. Where we used to do this to
    uncheck a checkbox:
    
    $(foo).attr("checked","");
    
    We should now use:
    
    $(foo).removeAttr("checked");
    
    As far as I can tell the old way will not generate an error
    but neither will it work.
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>

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

Summary of changes:
 koha-tmpl/opac-tmpl/prog/en/lib/jquery/jquery.js   |   23 +++----------------
 .../opac-tmpl/prog/en/modules/opac-messaging.tt    |    8 +++---
 2 files changed, 8 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list