excluded selection should check
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 22 May 2010 21:27:01 +0000 (23:27 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 22 May 2010 21:27:01 +0000 (23:27 +0200)
templates/all_checkboxes.html.ep

index 7c2b16f..1300336 100644 (file)
@@ -53,7 +53,7 @@ $('a#included').click( function(){
 }).hide();
 
 $('a#excluded').click( function(){
-    $("label.excluded input[type='checkbox']:not([disabled='disabled'])").attr('checked', false);
+    $("label.excluded input[type='checkbox']:not([disabled='disabled'])").attr('checked', true);
        update_checked_count(1);
 }).hide();