diff --git a/plugins/Sidebar/media/Sidebar.coffee b/plugins/Sidebar/media/Sidebar.coffee index 938fe41b..fb81c53f 100644 --- a/plugins/Sidebar/media/Sidebar.coffee +++ b/plugins/Sidebar/media/Sidebar.coffee @@ -564,7 +564,6 @@ class Sidebar extends Class loadGlobe: => - console.log "loadGlobe", @tag.find(".globe")[0], @tag.find(".globe").hasClass("loading") if @tag.find(".globe").hasClass("loading") setTimeout (=> if typeof(DAT) == "undefined" # Globe script not loaded, do it first diff --git a/plugins/Sidebar/media/all.js b/plugins/Sidebar/media/all.js index b582305b..ac122782 100644 --- a/plugins/Sidebar/media/all.js +++ b/plugins/Sidebar/media/all.js @@ -57,6 +57,7 @@ }).call(this); + /* ---- plugins/Sidebar/media/Internals.coffee ---- */ @@ -146,6 +147,7 @@ }).call(this); + /* ---- plugins/Sidebar/media/Menu.coffee ---- */ @@ -229,6 +231,7 @@ }).call(this); + /* ---- plugins/Sidebar/media/RateLimit.coffee ---- */ @@ -258,6 +261,7 @@ }).call(this); + /* ---- plugins/Sidebar/media/Scrollable.js ---- */ @@ -1077,7 +1081,6 @@ window.initScrollable = function () { }; Sidebar.prototype.loadGlobe = function() { - console.log("loadGlobe", this.tag.find(".globe")[0], this.tag.find(".globe").hasClass("loading")); if (this.tag.find(".globe").hasClass("loading")) { return setTimeout(((function(_this) { return function() {