Revert previous use conf

This commit is contained in:
Nicolas Stepien 2011-07-24 07:48:25 +02:00
parent f9024a977b
commit 972ce46873
2 changed files with 2 additions and 2 deletions

View File

@ -1597,7 +1597,7 @@
}
},
autoUpdate: function() {
if (conf['Auto Update This']) {
if (this.checked) {
return updater.intervalID = window.setInterval(updater.timeout, 1000);
} else {
return window.clearInterval(updater.intervalID);

View File

@ -1293,7 +1293,7 @@ updater =
textContent: 'Thread Updater'
$.hide updater.timer
autoUpdate: ->
if conf['Auto Update This']
if @checked
updater.intervalID = window.setInterval updater.timeout, 1000
else
window.clearInterval updater.intervalID