mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
bulk operations fix
This commit is contained in:
parent
e02e470d34
commit
99994dc865
3 changed files with 12 additions and 7 deletions
|
@ -448,6 +448,10 @@
|
|||
});
|
||||
}
|
||||
|
||||
//
|
||||
$('form#objects').bind('submit', function(evt) {
|
||||
$('.l-unit.selected').find('.ch-toggle').attr('checked', true);
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue