Well, who is dumb? I'm dumb.
This commit is contained in:
parent
99a6565ca9
commit
d2435777ff
@ -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() {
|
||||||
|
|||||||
@ -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() {
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user