mirror of https://github.com/apache/cloudstack.git
Fix Div overlay problem when PopUp modal with error message is closed (#2798)
This commit is contained in:
parent
698747683e
commit
f4387c9489
|
|
@ -1042,6 +1042,7 @@
|
|||
$(this).dialog('destroy');
|
||||
if (args.clickAction) args.clickAction();
|
||||
$('.hovered-elem').hide();
|
||||
$('div.overlay').hide();
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue