Forgot that one.

This commit is contained in:
Nicolas Stepien 2011-07-19 20:51:41 +02:00
parent 487b961106
commit 861c9f00f3
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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