CLOUDSTACK-7668: UI > When UI is loaded the first time, sometimes a blank screen instead of a login screen shows. Only after clicking Refresh button(i.e. loaded again) will the login screen show.

This commit is contained in:
Jessica Wang 2014-10-02 14:43:10 -07:00
parent 0ef6cd36c4
commit 53d5e8af18
1 changed files with 3 additions and 2 deletions

View File

@ -496,8 +496,9 @@
}
//added for dictionary split up
$.extend(dictionary,dictionary2);
if (dictionary != undefined && dictionary2 != undefined) {
$.extend(dictionary,dictionary2);
}
// Localize validation messages
cloudStack.localizeValidatorMessages();