mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
fix => "Make sure info message disappear after you have at least clicked it once."
This commit is contained in:
parent
dc863239b7
commit
426e4ea5ce
@ -478,7 +478,9 @@ function copyAfterActionInfoToRightPanel($midmenuItem1) {
|
||||
$afterActionInfoContainer.addClass("errorbox");
|
||||
else
|
||||
$afterActionInfoContainer.removeClass("errorbox");
|
||||
$afterActionInfoContainer.show();
|
||||
$afterActionInfoContainer.show();
|
||||
|
||||
$midmenuItem1.find("#info_icon").hide(); //make info icon disappear after the middle menu item is clicked once
|
||||
}
|
||||
else {
|
||||
$afterActionInfoContainer.find("#after_action_info").text("");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user