Fix close button not displayed on login error modal when username and password are empty.

This commit is contained in:
Sébastien 2020-05-09 18:17:25 +02:00
parent c997a48c62
commit 356b4242a7

View file

@ -337,7 +337,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
return; return;
} }
GeneralFunctions.displayMessageBox(EALang.unexpected_issues, EALang.unexpected_issues_message, []); GeneralFunctions.displayMessageBox(EALang.unexpected_issues, EALang.unexpected_issues_message);
$('<div/>', { $('<div/>', {
'class': 'well', 'class': 'well',