From 937d9f214ca655fef711d0e66946dde5196d3efa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Sep 2009 18:53:00 -0500 Subject: [PATCH] Remove js debugging which caused failure of "uncheck all." Signed-off-by: Galen Charlton --- .../prog/en/modules/admin/branch_transfer_limits.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl index 1b25f6fa0e..4d46b4223f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl @@ -38,7 +38,6 @@ }); $(uncheckall).click(function(){ - console.log("Clicked"); var tid = $(this).attr("id"); tid = tid.replace("UncheckAll",""); $("#"+tid).unCheckCheckboxes(); -- 2.39.5