Fix Div overlay problem when PopUp modal with error message is closed (#2798)

This commit is contained in:
Rafael Weingärtner 2018-08-20 09:00:20 -03:00 committed by GitHub
parent 698747683e
commit f4387c9489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1042,6 +1042,7 @@
$(this).dialog('destroy');
if (args.clickAction) args.clickAction();
$('.hovered-elem').hide();
$('div.overlay').hide();
}
}]
});