Forgot that part.

This commit is contained in:
Nicolas Stepien 2011-07-22 22:40:29 +02:00
parent ff5de89f64
commit bc9093584b
2 changed files with 2 additions and 2 deletions

View File

@ -1600,7 +1600,7 @@
}, },
cb: { cb: {
verbose: function() { verbose: function() {
if (this.checked) { if (updater.verbose = this.checked) {
updater.count.textContent = '+0'; updater.count.textContent = '+0';
return $.show(updater.timer); return $.show(updater.timer);
} else { } else {

View File

@ -1308,7 +1308,7 @@ updater =
cb: cb:
verbose: -> verbose: ->
if @checked if updater.verbose = @checked
updater.count.textContent = '+0' updater.count.textContent = '+0'
$.show updater.timer $.show updater.timer
else else