forceReparse no longer needed
This commit is contained in:
parent
a05044f88f
commit
2bf5c0100f
@ -358,7 +358,7 @@ Index =
|
|||||||
else
|
else
|
||||||
"#{hiddenCount} hidden threads"
|
"#{hiddenCount} hidden threads"
|
||||||
|
|
||||||
update: (pageNum, forceReparse) ->
|
update: (pageNum) ->
|
||||||
return unless navigator.onLine
|
return unless navigator.onLine
|
||||||
delete Index.pageNum
|
delete Index.pageNum
|
||||||
Index.req?.abort()
|
Index.req?.abort()
|
||||||
@ -378,7 +378,7 @@ Index =
|
|||||||
onabort: onload
|
onabort: onload
|
||||||
onloadend: onload
|
onloadend: onload
|
||||||
,
|
,
|
||||||
whenModified: !forceReparse
|
whenModified: true
|
||||||
$.addClass Index.button, 'fa-spin'
|
$.addClass Index.button, 'fa-spin'
|
||||||
|
|
||||||
load: (e, pageNum) ->
|
load: (e, pageNum) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user