prewikka/master: Fix multiple alert deletion checkbox

[email protected] Tue, 30 Jun 2009 10:22:01 +0200 (CEST)
Newsgroups gmane.comp.security.ids.prelude.cvs
Message-ID <[email protected]>
commit ba004d4e4207fc74ab4804c208819063814bdb5f
Author: Yoann Vandoorselaere <[email protected]>
Date:   Fri Jun 26 09:53:37 2009 +0200

    Fix multiple alert deletion checkbox
    
    Update the javascript code to fit the JQuery 1.3.2 API change,
    fix #357.


========================================

 prewikka/templates/MessageListing.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

========================================

diff --git a/prewikka/templates/MessageListing.tmpl b/prewikka/templates/MessageListing.tmpl
index dbc442c..c665d48 100644
--- a/prewikka/templates/MessageListing.tmpl
+++ b/prewikka/templates/MessageListing.tmpl
@@ -11,7 +11,7 @@ var autorefresh_enabled = true;
 
 \$(document).ready(function() {
   \$("#allbox").click(function(){
-    \$('input[@name=delete]').check(\$(this).attr('checked'));
+    \$('input[name=delete]').check(\$(this).attr('checked'));
   });
 
 
_______________________________________________
Prelude-cvslog site list
[email protected]
http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog