From 2bf5c0100f7acbc6bbdb30024df7c4382abe43a2 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 20 Sep 2014 12:24:09 -0700 Subject: [PATCH] forceReparse no longer needed --- src/General/Index.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index e51b73cb7..5cc776942 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -358,7 +358,7 @@ Index = else "#{hiddenCount} hidden threads" - update: (pageNum, forceReparse) -> + update: (pageNum) -> return unless navigator.onLine delete Index.pageNum Index.req?.abort() @@ -378,7 +378,7 @@ Index = onabort: onload onloadend: onload , - whenModified: !forceReparse + whenModified: true $.addClass Index.button, 'fa-spin' load: (e, pageNum) ->