more testing

This commit is contained in:
Jiiks 2015-10-26 06:59:11 +02:00
parent 893d7c214d
commit 9fbba24997
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Core.prototype.init = function() {
//Incase were too fast
function gwDefer() {
console.log(new Date().getTime() + " Defer");
if($(".guilds-wrapper").size() > 0) {
if($(".guilds-wrapper .guilds").children().length > 0) {
console.log(new Date().getTime() + " Defer Loaded");
var guilds = $(".guilds li:first-child");