This commit is contained in:
Nicolas Stepien 2011-06-17 23:56:08 +02:00
parent b8e02d4eec
commit 6ef7559ea5
2 changed files with 1 additions and 3 deletions

View File

@ -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.';

View File

@ -1874,7 +1874,6 @@ firstRun =
$.setValue 'firstrun', true
$.rm $ 'style.firstrun', d.head
$.rm $ '#overlay'
option.dialog()
#main
NAMESPACE = 'AEOS.4chan_x.'