Hopefully fix #210

This commit is contained in:
Jordan 2014-01-07 02:29:31 -07:00
parent 4735b8dae5
commit bea8687825
3 changed files with 2 additions and 10 deletions

View File

@ -11191,10 +11191,7 @@
$.extend(Conf, items);
return Main.initFeatures();
});
$.on(d, '4chanMainInit', Main.initStyle);
return $.asap((function() {
return d.head && $('link[rel="shortcut icon"]', d.head) || d.readyState !== 'loading';
}), Main.initStyle);
return $.on(d, '4chanMainInit', Main.initStyle);
},
initFeatures: function() {
var init, pathname, _ref;

View File

@ -11182,10 +11182,7 @@
$.extend(Conf, items);
return Main.initFeatures();
});
$.on(d, '4chanMainInit', Main.initStyle);
return $.asap((function() {
return d.head && $('link[rel="shortcut icon"]', d.head) || d.readyState !== 'loading';
}), Main.initStyle);
return $.on(d, '4chanMainInit', Main.initStyle);
},
initFeatures: function() {
var init, pathname, _ref;

View File

@ -22,8 +22,6 @@ Main =
Main.initFeatures()
$.on d, '4chanMainInit', Main.initStyle
$.asap (-> d.head and $('link[rel="shortcut icon"]', d.head) or d.readyState isnt 'loading'),
Main.initStyle
initFeatures: ->