Fix #1109.
Just how fucking difficult is it to integrate the catalog correctly? /slap @desuwa
This commit is contained in:
parent
627ab32b59
commit
f00b060f70
@ -33,7 +33,9 @@ Main =
|
|||||||
$.get Conf, Main.initFeatures
|
$.get Conf, Main.initFeatures
|
||||||
|
|
||||||
$.on d, '4chanMainInit', Main.initStyle
|
$.on d, '4chanMainInit', Main.initStyle
|
||||||
$.asap (-> d.head and $('title', d.head) or d.readyState in ['interactive', 'complete']),
|
# <title> comes after the stylesheets on the index/thread pages, but before on the catalog.
|
||||||
|
# <link favicon> comes after the stylesheets on the catalog, but before on the index/thread pages.
|
||||||
|
$.asap (-> d.head and $('title', d.head) and $('link[rel="shortcut icon"]', d.head) or d.readyState in ['interactive', 'complete']),
|
||||||
Main.initStyle
|
Main.initStyle
|
||||||
|
|
||||||
initFeatures: (items) ->
|
initFeatures: (items) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user