This commit is contained in:
Jiiks 2015-10-26 06:29:55 +02:00
parent 6336861ba2
commit 4c39b77304
1 changed files with 1 additions and 1 deletions

View File

@ -100,8 +100,8 @@ Core.prototype.init = function() {
opublicServers = new PublicServers();
opublicServers.init();
setTimeout(function() { quickEmoteMenu.init(false); }, 10000);
quickEmoteMenu.init(false);
$("#tc-settings-button").on("click", function() { settingsPanel.show(); });
$("#bd-pub-button").on("click", function() { opublicServers.show(); });