Was causing icons not to load
This commit is contained in:
parent
e197195ca5
commit
5e62562577
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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') { %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user