diff --git a/4chan_x.js b/4chan_x.js index cd54fbb96..c86a54521 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1817,7 +1817,7 @@ qr.sys(); return; } - if (navtopr = $('#navtopr a')) { + if (navtopr = $('#navtopr')) { options.init(); } else if ($.config('404 Redirect') && d.title === '4chan - 404') { redirect(); diff --git a/script.coffee b/script.coffee index a3ae3c9a2..ef704e35b 100644 --- a/script.coffee +++ b/script.coffee @@ -1436,7 +1436,7 @@ $.addStyle ' if location.hostname is 'sys.4chan.org' qr.sys() return -if navtopr = $ '#navtopr a' +if navtopr = $ '#navtopr' options.init() else if $.config('404 Redirect') and d.title is '4chan - 404' redirect()