UI: Make sure notification box is removed on session expire

This commit is contained in:
Brian Federle 2014-02-27 13:26:32 -08:00
parent 9769ab329d
commit 4dad376f98

View File

@ -102,6 +102,10 @@
$('#user-options a').eq(0).trigger('click');
};
if ($('.notification-box:visible').size()) {
$('.notification-box, div.overlay:first').remove();
}
cloudStack.dialog.notice({
message: _l('label.session.expired'),
clickAction: clickAction