Yeah, I'm sick of this shit. Fixed.
This commit is contained in:
parent
139e2f9768
commit
974197afdf
@ -10112,11 +10112,10 @@
|
||||
}
|
||||
Conf['selectedArchives'] = {};
|
||||
$.get(Conf, Main.initFeatures);
|
||||
$.on(d, '4chanMainInit', Main.initStyle);
|
||||
return $.asap((function() {
|
||||
var _ref;
|
||||
|
||||
return d.head && $('link[rel="shortcut icon"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete');
|
||||
return d.head && $('link[rel="canonical"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete');
|
||||
}), Main.initStyle);
|
||||
},
|
||||
initFeatures: function(items) {
|
||||
|
||||
@ -10123,11 +10123,10 @@
|
||||
}
|
||||
Conf['selectedArchives'] = {};
|
||||
$.get(Conf, Main.initFeatures);
|
||||
$.on(d, '4chanMainInit', Main.initStyle);
|
||||
return $.asap((function() {
|
||||
var _ref;
|
||||
|
||||
return d.head && $('link[rel="shortcut icon"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete');
|
||||
return d.head && $('link[rel="canonical"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete');
|
||||
}), Main.initStyle);
|
||||
},
|
||||
initFeatures: function(items) {
|
||||
|
||||
@ -10104,11 +10104,10 @@
|
||||
}
|
||||
Conf['selectedArchives'] = {};
|
||||
$.get(Conf, Main.initFeatures);
|
||||
$.on(d, '4chanMainInit', Main.initStyle);
|
||||
return $.asap((function() {
|
||||
var _ref;
|
||||
|
||||
return d.head && $('link[rel="shortcut icon"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete');
|
||||
return d.head && $('link[rel="canonical"]', d.head) || ((_ref = d.readyState) === 'interactive' || _ref === 'complete');
|
||||
}), Main.initStyle);
|
||||
},
|
||||
initFeatures: function(items) {
|
||||
|
||||
@ -18,8 +18,7 @@ Main =
|
||||
|
||||
$.get Conf, Main.initFeatures
|
||||
|
||||
$.on d, '4chanMainInit', Main.initStyle
|
||||
$.asap (-> d.head and $('link[rel="shortcut icon"]', d.head) or d.readyState in ['interactive', 'complete']),
|
||||
$.asap (-> d.head and $('link[rel="canonical"]', d.head) or d.readyState in ['interactive', 'complete']),
|
||||
Main.initStyle
|
||||
|
||||
initFeatures: (items) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user