From bc9093584b26e8374aa3c7a65e2d1390f1f41a4e Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 22 Jul 2011 22:40:29 +0200 Subject: [PATCH] Forgot that part. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 1258d4169..4a708bb10 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1600,7 +1600,7 @@ }, cb: { verbose: function() { - if (this.checked) { + if (updater.verbose = this.checked) { updater.count.textContent = '+0'; return $.show(updater.timer); } else { diff --git a/script.coffee b/script.coffee index e77d4ea32..f8fb9492d 100644 --- a/script.coffee +++ b/script.coffee @@ -1308,7 +1308,7 @@ updater = cb: verbose: -> - if @checked + if updater.verbose = @checked updater.count.textContent = '+0' $.show updater.timer else