test
This commit is contained in:
parent
6336861ba2
commit
4c39b77304
|
@ -100,8 +100,8 @@ Core.prototype.init = function() {
|
||||||
|
|
||||||
opublicServers = new PublicServers();
|
opublicServers = new PublicServers();
|
||||||
opublicServers.init();
|
opublicServers.init();
|
||||||
|
setTimeout(function() { quickEmoteMenu.init(false); }, 10000);
|
||||||
|
|
||||||
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(); });
|
||||||
|
|
Loading…
Reference in New Issue