From 6ef7559ea5d4262f1d372333c98dfc6d728e3df4 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 17 Jun 2011 23:56:08 +0200 Subject: [PATCH] Derp. --- 4chan_x.user.js | 3 +-- script.coffee | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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.'