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