Well, who is dumb? I'm dumb.

This commit is contained in:
Zixaphir 2014-01-12 19:47:55 -07:00
parent 99a6565ca9
commit d2435777ff
3 changed files with 3 additions and 3 deletions

View File

@ -17160,7 +17160,7 @@
$.extend(Conf, items); $.extend(Conf, items);
return $.asap((function() { return $.asap((function() {
return Favicon.el = $('link[rel="shortcut icon"]', d.head); return Favicon.el = $('link[rel="shortcut icon"]', d.head);
}), Main.initFeatures()); }), Main.initFeatures);
}); });
}, },
initFeatures: function() { initFeatures: function() {

View File

@ -17148,7 +17148,7 @@
$.extend(Conf, items); $.extend(Conf, items);
return $.asap((function() { return $.asap((function() {
return Favicon.el = $('link[rel="shortcut icon"]', d.head); return Favicon.el = $('link[rel="shortcut icon"]', d.head);
}), Main.initFeatures()); }), Main.initFeatures);
}); });
}, },
initFeatures: function() { initFeatures: function() {

View File

@ -44,7 +44,7 @@ Main =
$.get Conf, (items) -> $.get Conf, (items) ->
$.extend Conf, items $.extend Conf, items
$.asap (-> Favicon.el = $ 'link[rel="shortcut icon"]', d.head), Main.initFeatures() $.asap (-> Favicon.el = $ 'link[rel="shortcut icon"]', d.head), Main.initFeatures
initFeatures: -> initFeatures: ->
# Check if the current board we're on is SFW or not, so we can handle options that need to know that. # Check if the current board we're on is SFW or not, so we can handle options that need to know that.