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: {
verbose: function() {
if (this.checked) {
if (updater.verbose = this.checked) {
updater.count.textContent = '+0';
return $.show(updater.timer);
} else {

View File

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