Fix removal of stale cached thread data on index refresh which was broken by updates for GM4.
This commit is contained in:
parent
92be3a30a2
commit
02daf4b05a
@ -650,7 +650,7 @@ Index =
|
||||
RelativeDates.update timeEl
|
||||
|
||||
parse: (pages) ->
|
||||
$.cleanCache (url) -> /^\/\/a\.4cdn\.org\//.test url
|
||||
$.cleanCache (url) -> /^https?:\/\/a\.4cdn\.org\//.test url
|
||||
Index.parseThreadList pages
|
||||
Index.changed.threads = true
|
||||
Index.pageLoad()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user