mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fix for the bug EMM-1719
This commit is contained in:
parent
2dd86c80b4
commit
cce96f26fc
@ -2543,20 +2543,14 @@ $(document).ready(function () {
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
*
|
||||
* Fix for the bug EMM-1719
|
||||
*/
|
||||
|
||||
$(advanceOperations).on('hidden.bs.collapse', function () {
|
||||
if($(this).find('input').prop('checked')){
|
||||
$(this).find('input').prop('checked',false);
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
*
|
||||
* Fix for the bug EMM-1719
|
||||
*/
|
||||
|
||||
$(advanceOperations).on('shown.bs.collapse', function () {
|
||||
if($(this).find('input').prop('checked') == false){
|
||||
$(this).find('input').prop('checked',true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user