more testing
This commit is contained in:
parent
893d7c214d
commit
9fbba24997
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue