forceReparse no longer needed

This commit is contained in:
ccd0 2014-09-20 12:24:09 -07:00
parent a05044f88f
commit 2bf5c0100f

View File

@ -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) ->