diff --git a/4chan_x.user.js b/4chan_x.user.js index 5584fc49a..6bf688ba0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2730,10 +2730,10 @@ Recaptcha.init(); $.bind(form, 'submit', qr.submit); } + threading.init(); if ((id = location.hash.slice(1)) && !$.id(id)) { scrollTo(0, d.body.scrollHeight); } - threading.init(); if (conf['Auto Noko']) { $('.postarea form').action += '?noko'; } diff --git a/script.coffee b/script.coffee index fcef6bc94..fe1afb090 100644 --- a/script.coffee +++ b/script.coffee @@ -2112,14 +2112,14 @@ main = Recaptcha.init() $.bind form, 'submit', qr.submit + #major features + threading.init() + # scroll to bottom if post isn't found # thumbnail generation takes time if (id = location.hash[1..]) and !$.id id scrollTo 0, d.body.scrollHeight - #major features - threading.init() - if conf['Auto Noko'] $('.postarea form').action += '?noko'