mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Fix close button not displayed on login error modal when username and password are empty.
This commit is contained in:
parent
c997a48c62
commit
356b4242a7
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ window.GeneralFunctions = window.GeneralFunctions || {};
|
|||
return;
|
||||
}
|
||||
|
||||
GeneralFunctions.displayMessageBox(EALang.unexpected_issues, EALang.unexpected_issues_message, []);
|
||||
GeneralFunctions.displayMessageBox(EALang.unexpected_issues, EALang.unexpected_issues_message);
|
||||
|
||||
$('<div/>', {
|
||||
'class': 'well',
|
||||
|
|
Loading…
Reference in a new issue