Remove js debugging which caused failure of "uncheck all."
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
fa2e9e4958
commit
937d9f214c
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@
|
|||
});
|
||||
|
||||
$(uncheckall).click(function(){
|
||||
console.log("Clicked");
|
||||
var tid = $(this).attr("id");
|
||||
tid = tid.replace("UncheckAll","");
|
||||
$("#"+tid).unCheckCheckboxes();
|
||||
|
|
Loading…
Reference in a new issue