Remove js debugging which caused failure of "uncheck all."
authorOwen Leonard <oleonard@myacpl.org>
Fri, 11 Sep 2009 23:53:00 +0000 (18:53 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 12 Sep 2009 12:32:06 +0000 (08:32 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl

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