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