Fix incorrect post count caused by the unread line, which broke 4chan's inline extensions. #968

This commit is contained in:
Nicolas Stepien 2013-03-27 00:05:37 +01:00
parent 0a08e7500d
commit 471daf9cfd

View File

@ -4027,7 +4027,7 @@ ThreadUpdater =
$.queueTask ->
# Enable 4chan features.
threadID = ThreadUpdater.thread.ID
{length} = ThreadUpdater.root.children
{length} = $$ '.thread > .postContainer', ThreadUpdater.root
if Conf['Enable 4chan\'s Extension']
$.globalEval "Parser.parseThread(#{threadID}, #{-count})"
else