This commit is contained in:
Brandon 2014-05-03 12:46:16 -07:00
parent 2b2b032f1b
commit f969d7e21a
3 changed files with 12 additions and 12 deletions

View File

@ -18339,11 +18339,11 @@
}
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

@ -18356,11 +18356,11 @@
}
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');