From b015148f217f241693ea5bddbd3e23d820dbcf10 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Mon, 26 Oct 2015 03:23:58 +0200 Subject: [PATCH] testing --- devjs/main.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devjs/main.js b/devjs/main.js index 51000b4a..73623bbc 100644 --- a/devjs/main.js +++ b/devjs/main.js @@ -82,7 +82,7 @@ Core.prototype.init = function() { //Incase were too fast function gwDefer() { - console.log("defer");//New version is too fast? + console.log("DEFER"); if($(".guilds-wrapper").size() > 0) { var guilds = $(".guilds li:first-child"); @@ -107,6 +107,11 @@ Core.prototype.init = function() { } gwDefer(); + + $(".guilds-wrapper").load(function() { + console.log("LOAD"); + }); + }; Core.prototype.initSettings = function() {