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.

(cherry picked from commit 97768b2657)
This commit is contained in:
Jessica Wang 2014-10-02 17:07:44 -07:00 committed by David Nalley
parent ba1862836e
commit 8ce829a8ee
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]";