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: '',
textContent: 'Thread Updater'
});
return $.hide(timer);
return $.hide(updater.timer);
}
},
autoUpdate: function(e) {

View File

@ -1313,7 +1313,7 @@ updater =
$.extend updater.count,
className: ''
textContent: 'Thread Updater'
$.hide timer
$.hide updater.timer
autoUpdate: (e) ->
if @checked
updater.intervalID = window.setInterval updater.timeout, 1000