Forgot that one.
This commit is contained in:
parent
487b961106
commit
861c9f00f3
@ -1607,7 +1607,7 @@
|
||||
className: '',
|
||||
textContent: 'Thread Updater'
|
||||
});
|
||||
return $.hide(timer);
|
||||
return $.hide(updater.timer);
|
||||
}
|
||||
},
|
||||
autoUpdate: function(e) {
|
||||
|
||||
@ -1313,7 +1313,7 @@ updater =
|
||||
$.extend updater.count,
|
||||
className: ''
|
||||
textContent: 'Thread Updater'
|
||||
$.hide timer
|
||||
$.hide updater.timer
|
||||
autoUpdate: (e) ->
|
||||
if @checked
|
||||
updater.intervalID = window.setInterval updater.timeout, 1000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user