You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$el.modal('hide');
Modal.count--;
+ if (Modal.count >0){
+ $(document.body).addClass( "modal-open" );
+ }
+
},
/**
* Stop the modal from closing.
* Can be called from within a 'close' or 'ok' event listener.
This might be a trouble if the intermediate modal is high enough so that it needs scrolling. Body will scroll in this case.
The text was updated successfully, but these errors were encountered: