unbind firstrun
This commit is contained in:
parent
a4869da5d4
commit
0b3fee0822
@ -2507,7 +2507,8 @@
|
||||
close: function() {
|
||||
$.setValue('firstrun', true);
|
||||
$.rm($('style.firstrun', d.head));
|
||||
return $.rm($('#overlay'));
|
||||
$.rm($('#overlay'));
|
||||
return $.unbind(window, 'click', firstRun.close);
|
||||
}
|
||||
};
|
||||
NAMESPACE = 'AEOS.4chan_x.';
|
||||
|
||||
@ -1931,6 +1931,7 @@ firstRun =
|
||||
$.setValue 'firstrun', true
|
||||
$.rm $ 'style.firstrun', d.head
|
||||
$.rm $ '#overlay'
|
||||
$.unbind window, 'click', firstRun.close
|
||||
|
||||
#main
|
||||
NAMESPACE = 'AEOS.4chan_x.'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user