Merge branch 'master' of github.com:aeosynth/4chan-x

This commit is contained in:
James Campos 2011-07-23 23:14:30 -07:00
commit 4e105af175
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