Forgot that part.
This commit is contained in:
parent
ff5de89f64
commit
bc9093584b
@ -1600,7 +1600,7 @@
|
||||
},
|
||||
cb: {
|
||||
verbose: function() {
|
||||
if (this.checked) {
|
||||
if (updater.verbose = this.checked) {
|
||||
updater.count.textContent = '+0';
|
||||
return $.show(updater.timer);
|
||||
} else {
|
||||
|
||||
@ -1308,7 +1308,7 @@ updater =
|
||||
|
||||
cb:
|
||||
verbose: ->
|
||||
if @checked
|
||||
if updater.verbose = @checked
|
||||
updater.count.textContent = '+0'
|
||||
$.show updater.timer
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user