mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Merge branch 'master' of github.com:serghey-rodin/vesta
This commit is contained in:
commit
c0290f7137
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ hover_menu = function() {
|
|||
|
||||
|
||||
function checkedAll(frmname) {
|
||||
if ($('.l-unit.selected:not(.header)').length > 0) {
|
||||
if ($('.l-unit.selected:not(.header)').length > 0 || !$('.l-unit').length ) {
|
||||
$('.l-unit:not(.header)').removeClass("selected");
|
||||
$('.ch-toggle').prop("checked", false);
|
||||
$('.toggle-all').removeClass('clicked-on');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue