Skip to content

Commit

Permalink
Merge pull request #51 from sergeevizh/patch-1
Browse files Browse the repository at this point in the history
Update categories.tpl
  • Loading branch information
osben authored Dec 11, 2021
2 parents 196f158 + 247477e commit a17c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpla/design/html/categories.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

// Выделить все
$("#check_all").click(function () {
$('#list2 input[type="checkbox"][name*="check"]:not(:disabled)').attr('checked', $('#list2 input[type="checkbox"][name*="check"]:not(:disabled):not(:checked)').length > 0);
$('#list input[type="checkbox"][name*="check"]:not(:disabled)').attr('checked', $('#list input[type="checkbox"][name*="check"]:not(:disabled):not(:checked)').length > 0);
});

// Показать категорию
Expand Down

0 comments on commit a17c3ac

Please sign in to comment.