load order

This commit is contained in:
Jiiks 2015-10-26 06:38:08 +02:00
parent 78aeb95f36
commit c110a2b5ed
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}