This is an automated email from the ASF dual-hosted git repository.
rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new f4387c9 Fix Div overlay problem when PopUp modal with error message
is closed (#2798)
f4387c9 is described below
commit f4387c9489b8c694a994137ff6a298ea0658fd27
Author: Rafael Weingärtner <[email protected]>
AuthorDate: Mon Aug 20 09:00:20 2018 -0300
Fix Div overlay problem when PopUp modal with error message is closed
(#2798)
---
ui/scripts/ui/dialog.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/scripts/ui/dialog.js b/ui/scripts/ui/dialog.js
index 78f4c61..1f954d9 100644
--- a/ui/scripts/ui/dialog.js
+++ b/ui/scripts/ui/dialog.js
@@ -1042,6 +1042,7 @@
$(this).dialog('destroy');
if (args.clickAction) args.clickAction();
$('.hovered-elem').hide();
+ $('div.overlay').hide();
}
}]
});