This commit is contained in:
Brandon 2014-05-03 12:46:16 -07:00 committed by Zixaphir
parent 541882103a
commit e4efa68044
3 changed files with 12 additions and 12 deletions

View File

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

View File

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