Remove js debugging which caused failure of "uncheck all."

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Owen Leonard 2009-09-11 18:53:00 -05:00 committed by Galen Charlton
parent fa2e9e4958
commit 937d9f214c

View file

@ -38,7 +38,6 @@
});
$(uncheckall).click(function(){
console.log("Clicked");
var tid = $(this).attr("id");
tid = tid.replace("UncheckAll","");
$("#"+tid).unCheckCheckboxes();