mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #362 from thusithak/master
EMM 2.2.0-Alpha2 theme migration and issue fixes
This commit is contained in:
commit
c8073a0fd8
@ -91,7 +91,8 @@ function showPopup() {
|
||||
* hide popup function.
|
||||
*/
|
||||
function hidePopup() {
|
||||
$(modalPopupContent).html('');
|
||||
$(modalPopupContent).html("");
|
||||
$(modalPopupContent).removeClass("operation-data");
|
||||
$(modalPopup).modal('hide');
|
||||
$('body').removeClass('modal-open').css('padding-right','0px');
|
||||
$('.modal-backdrop').remove();
|
||||
|
||||
@ -70,7 +70,7 @@ var InitiateViewOption = null;
|
||||
|
||||
if(arrowPosition >= parentHeight){
|
||||
parentHeight = arrowPosition + 50;
|
||||
$(arrow).siblings(".panel.active").height(parentHeight);
|
||||
$(arrow).siblings(".panel.active").css("min-height",parentHeight);
|
||||
}else{
|
||||
$(arrow).parent().removeAttr("style");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user