From 43864f207d67f93335eaf194e97e50a9e81f8de0 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 15 Jan 2012 15:19:06 +0100 Subject: [PATCH] Revert "don't update closed threads" This reverts commit ee3c82707608d92425607cd58ef28d41247bc648. It can get unclosed. It doesn't matter much network-wise since we use the If-Modified-Since header. Conflicts: 4chan_x.user.js --- 4chan_x.user.js | 1 - script.coffee | 2 -- 2 files changed, 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 5478ea374..c04dc43e7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1934,7 +1934,6 @@ 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; diff --git a/script.coffee b/script.coffee index 36f8430b5..50bce829c 100644 --- a/script.coffee +++ b/script.coffee @@ -1548,8 +1548,6 @@ threadHiding = updater = init: -> - #thread closed - return unless $ 'form[name=post]' if conf['Scrolling'] if conf['Scroll BG'] updater.focus = true