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