Force flags.

This commit is contained in:
Zixaphir 2014-04-20 08:23:29 -07:00
parent 0c9a2b9006
commit 1df9bab835
3 changed files with 13 additions and 1 deletions

View File

@ -18116,6 +18116,10 @@
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
Main.initThread();
}
$.add(d.head, $.el('link', {
href: "//s.4cdn.org/css/flags.556.css",
rel: "stylesheet"
}));
$.event('4chanXInitFinished');
test = $.el('span');
test.classList.add('a', 'b');

View File

@ -18132,6 +18132,10 @@
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
Main.initThread();
}
$.add(d.head, $.el('link', {
href: "//s.4cdn.org/css/flags.556.css",
rel: "stylesheet"
}));
$.event('4chanXInitFinished');
try {
return localStorage.getItem('4chan-settings');

View File

@ -202,7 +202,11 @@ Main =
# Parse HTML or skip it and start building from JSON.
if !Conf['JSON Navigation'] or g.VIEW is 'thread'
Main.initThread()
Main.initThread()
$.add d.head, $.el 'link',
href: "//s.4cdn.org/css/flags.556.css"
rel: "stylesheet"
$.event '4chanXInitFinished'