diff --git a/4chan_x.user.js b/4chan_x.user.js index efe375f56..7cd637412 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2495,8 +2495,7 @@ click: function() { $.setValue('firstrun', true); $.rm($('style.firstrun', d.head)); - $.rm($('#overlay')); - return option.dialog(); + return $.rm($('#overlay')); } }; NAMESPACE = 'AEOS.4chan_x.'; diff --git a/script.coffee b/script.coffee index 22f25f525..8a7d8a519 100644 --- a/script.coffee +++ b/script.coffee @@ -1874,7 +1874,6 @@ firstRun = $.setValue 'firstrun', true $.rm $ 'style.firstrun', d.head $.rm $ '#overlay' - option.dialog() #main NAMESPACE = 'AEOS.4chan_x.'