don't update closed threads
This commit is contained in:
parent
25dbf69dd0
commit
ee3c827076
@ -1900,6 +1900,9 @@
|
||||
updater = {
|
||||
init: function() {
|
||||
var checkbox, checked, dialog, html, input, name, title, _i, _len, _ref;
|
||||
if (!$('form[name=post]')) {
|
||||
return;
|
||||
}
|
||||
if (conf['Scrolling']) {
|
||||
if (conf['Scroll BG']) {
|
||||
updater.focus = true;
|
||||
|
||||
@ -1433,6 +1433,8 @@ threadHiding =
|
||||
|
||||
updater =
|
||||
init: ->
|
||||
#thread closed
|
||||
return unless $ 'form[name=post]'
|
||||
if conf['Scrolling']
|
||||
if conf['Scroll BG']
|
||||
updater.focus = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user