no public

This commit is contained in:
Zack Rauen 2017-10-29 03:21:22 -04:00
parent 12f6d084cf
commit bfec7b53d8
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ Core.prototype.init = function () {
if (document.querySelectorAll('.guilds .guild').length > 0) {
console.log(new Date().getTime() + " Defer Loaded");
opublicServers = new PublicServers();
//opublicServers = new PublicServers();
customCssEditor = new CustomCssEditor();
pluginModule = new PluginModule();
pluginModule.loadPlugins();
@ -262,7 +262,7 @@ Core.prototype.init = function () {
}
});
opublicServers.init();
//opublicServers.init();
emoteModule.autoCapitalize();