prewikka/master: Update to fit recent JQuery API change
[email protected] Mon, 8 Jun 2009 15:52:59 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit a1e4eac8f71b6753d802253371b3bb7d57d4784b Author: Yoann Vandoorselaere <[email protected]> Date: Mon Jun 8 15:08:48 2009 +0200 Update to fit recent JQuery API change ======================================== prewikka/templates/UserSettings.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================== diff --git a/prewikka/templates/UserSettings.tmpl b/prewikka/templates/UserSettings.tmpl index f902dde..567233f 100644 --- a/prewikka/templates/UserSettings.tmpl +++ b/prewikka/templates/UserSettings.tmpl @@ -8,7 +8,7 @@ \$(document).ready(function() { \$("#allbox").click(function(){ - \$('input[@name=permissions]').check(\$(this).attr('checked')); + \$('input[name="permissions"]').check(\$(this).attr('checked')); }); }); _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog