Merge branch 'master' of github.com:aeosynth/4chan-x
This commit is contained in:
commit
4e105af175
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user