Forgot that part.
This commit is contained in:
parent
ff5de89f64
commit
bc9093584b
@ -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 {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user