Was causing icons not to load

This commit is contained in:
Zixaphir 2013-07-03 02:25:31 -07:00
parent e197195ca5
commit 5e62562577
3 changed files with 3 additions and 3 deletions

View File

@ -11363,7 +11363,7 @@
return d.body;
}), this.asapInit);
$.on(window, "resize", Style.padding);
return $.on(doc, '4chanXInitFinished', this.readyInit);
return $.ready(this.readyInit);
},
asapInit: function() {
var cat, hyphenated, name, setting, title, _ref;

View File

@ -11351,7 +11351,7 @@
return d.body;
}), this.asapInit);
$.on(window, "resize", Style.padding);
return $.on(doc, '4chanXInitFinished', this.readyInit);
return $.ready(this.readyInit);
},
asapInit: function() {
var cat, hyphenated, name, setting, title, _ref;

View File

@ -3,7 +3,7 @@ Style =
@setup()
$.asap (-> d.body), @asapInit
$.on window, "resize", Style.padding
$.on doc, '4chanXInitFinished', @readyInit
$.ready @readyInit
asapInit: ->
<% if (type === 'crx') { %>