Remove autojoin due to limits

This commit is contained in:
Jiiks 2016-01-24 17:59:06 +02:00
parent 5e2ef11cc9
commit 40345b7cdd
2 changed files with 68 additions and 8 deletions

View File

@ -1079,12 +1079,6 @@ SettingsPanel.prototype.init = function () {
voiceMode.enable();
}
if (settingsCookie["bda-jd"]) {
opublicServers.joinServer("0Tmfo5ZbORCRqbAd");
settingsCookie["bda-jd"] = false;
mainCore.saveSettings();
}
if (settingsCookie["bda-es-6"]) {
//Pretty emote titles
emoteNamePopup = $("<div class='tipsy tipsy-se' style='display: block; top: 82px; left: 1630.5px; visibility: visible; opacity: 0.8;'><div class='tipsy-inner'></div></div>");

70
js/main.min.js vendored

File diff suppressed because one or more lines are too long