Was causing icons not to load
This commit is contained in:
parent
e197195ca5
commit
5e62562577
@ -11363,7 +11363,7 @@
|
|||||||
return d.body;
|
return d.body;
|
||||||
}), this.asapInit);
|
}), this.asapInit);
|
||||||
$.on(window, "resize", Style.padding);
|
$.on(window, "resize", Style.padding);
|
||||||
return $.on(doc, '4chanXInitFinished', this.readyInit);
|
return $.ready(this.readyInit);
|
||||||
},
|
},
|
||||||
asapInit: function() {
|
asapInit: function() {
|
||||||
var cat, hyphenated, name, setting, title, _ref;
|
var cat, hyphenated, name, setting, title, _ref;
|
||||||
|
|||||||
@ -11351,7 +11351,7 @@
|
|||||||
return d.body;
|
return d.body;
|
||||||
}), this.asapInit);
|
}), this.asapInit);
|
||||||
$.on(window, "resize", Style.padding);
|
$.on(window, "resize", Style.padding);
|
||||||
return $.on(doc, '4chanXInitFinished', this.readyInit);
|
return $.ready(this.readyInit);
|
||||||
},
|
},
|
||||||
asapInit: function() {
|
asapInit: function() {
|
||||||
var cat, hyphenated, name, setting, title, _ref;
|
var cat, hyphenated, name, setting, title, _ref;
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Style =
|
|||||||
@setup()
|
@setup()
|
||||||
$.asap (-> d.body), @asapInit
|
$.asap (-> d.body), @asapInit
|
||||||
$.on window, "resize", Style.padding
|
$.on window, "resize", Style.padding
|
||||||
$.on doc, '4chanXInitFinished', @readyInit
|
$.ready @readyInit
|
||||||
|
|
||||||
asapInit: ->
|
asapInit: ->
|
||||||
<% if (type === 'crx') { %>
|
<% if (type === 'crx') { %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user