Hopefully fix #210
This commit is contained in:
parent
4735b8dae5
commit
bea8687825
@ -11191,10 +11191,7 @@
|
|||||||
$.extend(Conf, items);
|
$.extend(Conf, items);
|
||||||
return Main.initFeatures();
|
return Main.initFeatures();
|
||||||
});
|
});
|
||||||
$.on(d, '4chanMainInit', Main.initStyle);
|
return $.on(d, '4chanMainInit', Main.initStyle);
|
||||||
return $.asap((function() {
|
|
||||||
return d.head && $('link[rel="shortcut icon"]', d.head) || d.readyState !== 'loading';
|
|
||||||
}), Main.initStyle);
|
|
||||||
},
|
},
|
||||||
initFeatures: function() {
|
initFeatures: function() {
|
||||||
var init, pathname, _ref;
|
var init, pathname, _ref;
|
||||||
|
|||||||
@ -11182,10 +11182,7 @@
|
|||||||
$.extend(Conf, items);
|
$.extend(Conf, items);
|
||||||
return Main.initFeatures();
|
return Main.initFeatures();
|
||||||
});
|
});
|
||||||
$.on(d, '4chanMainInit', Main.initStyle);
|
return $.on(d, '4chanMainInit', Main.initStyle);
|
||||||
return $.asap((function() {
|
|
||||||
return d.head && $('link[rel="shortcut icon"]', d.head) || d.readyState !== 'loading';
|
|
||||||
}), Main.initStyle);
|
|
||||||
},
|
},
|
||||||
initFeatures: function() {
|
initFeatures: function() {
|
||||||
var init, pathname, _ref;
|
var init, pathname, _ref;
|
||||||
|
|||||||
@ -22,8 +22,6 @@ Main =
|
|||||||
Main.initFeatures()
|
Main.initFeatures()
|
||||||
|
|
||||||
$.on d, '4chanMainInit', Main.initStyle
|
$.on d, '4chanMainInit', Main.initStyle
|
||||||
$.asap (-> d.head and $('link[rel="shortcut icon"]', d.head) or d.readyState isnt 'loading'),
|
|
||||||
Main.initStyle
|
|
||||||
|
|
||||||
initFeatures: ->
|
initFeatures: ->
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user