Revert previous use conf
This commit is contained in:
parent
f9024a977b
commit
972ce46873
@ -1597,7 +1597,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
autoUpdate: function() {
|
autoUpdate: function() {
|
||||||
if (conf['Auto Update This']) {
|
if (this.checked) {
|
||||||
return updater.intervalID = window.setInterval(updater.timeout, 1000);
|
return updater.intervalID = window.setInterval(updater.timeout, 1000);
|
||||||
} else {
|
} else {
|
||||||
return window.clearInterval(updater.intervalID);
|
return window.clearInterval(updater.intervalID);
|
||||||
|
|||||||
@ -1293,7 +1293,7 @@ updater =
|
|||||||
textContent: 'Thread Updater'
|
textContent: 'Thread Updater'
|
||||||
$.hide updater.timer
|
$.hide updater.timer
|
||||||
autoUpdate: ->
|
autoUpdate: ->
|
||||||
if conf['Auto Update This']
|
if @checked
|
||||||
updater.intervalID = window.setInterval updater.timeout, 1000
|
updater.intervalID = window.setInterval updater.timeout, 1000
|
||||||
else
|
else
|
||||||
window.clearInterval updater.intervalID
|
window.clearInterval updater.intervalID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user