excluded selection should check
[MojoFacets.git] / 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();