CLOUDSTACK-7668: UI > When UI is loaded the first time, sometimes a blank screen instead of a login screen shows > fix it by declaring the variables beforehand.

This commit is contained in:
Jessica Wang 2014-10-02 17:07:44 -07:00
parent 3201251256
commit 97768b2657
1 changed files with 2 additions and 0 deletions

View File

@ -1455,6 +1455,8 @@ var processPropertiesInImagestoreObject = function(jsonObj) {
return vmName;
}
var dictionary = {}, dictionary2 = {}; //for globalization
var timezoneMap = new Object();
timezoneMap["Etc/GMT+12"] = "Etc/GMT+12 [GMT-12:00]";
timezoneMap["Etc/GMT+11"] = "Etc/GMT+11 [GMT-11:00]";