This commit is contained in:
James Cole
2017-10-26 19:57:41 +02:00
parent 78584c7128
commit 94762847a2
4 changed files with 32 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ $(document).ready(function () {
countChecked();
}
});
$('.select_all_single').change(function () {
$('.select_all_single').unbind('change').change(function () {
countChecked();
});
@@ -147,7 +147,6 @@ function stopMassSelect() {
function startMassSelect() {
"use strict";
// show "select all" box in table header.
$('.select_boxes').show();