load order
This commit is contained in:
parent
78aeb95f36
commit
c110a2b5ed
|
@ -93,14 +93,14 @@ Core.prototype.init = function() {
|
||||||
settingsPanel = new SettingsPanel();
|
settingsPanel = new SettingsPanel();
|
||||||
settingsPanel.init();
|
settingsPanel.init();
|
||||||
|
|
||||||
opublicServers = new PublicServers();
|
|
||||||
opublicServers.init();
|
|
||||||
|
|
||||||
quickEmoteMenu.init(false);
|
quickEmoteMenu.init(false);
|
||||||
|
|
||||||
$("#tc-settings-button").on("click", function() { settingsPanel.show(); });
|
$("#tc-settings-button").on("click", function() { settingsPanel.show(); });
|
||||||
$("#bd-pub-button").on("click", function() { opublicServers.show(); });
|
$("#bd-pub-button").on("click", function() { opublicServers.show(); });
|
||||||
|
|
||||||
|
opublicServers = new PublicServers();
|
||||||
|
opublicServers.init();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
setTimeout(gwDefer, 100);
|
setTimeout(gwDefer, 100);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue