Skip to content

Commit

Permalink
Update categories.tpl
Browse files Browse the repository at this point in the history
поправил кнопку выделения
  • Loading branch information
sergeevizh authored Sep 9, 2021
1 parent 196f158 commit 247477e
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 247477e

Please sign in to comment.