Fix removal of stale cached thread data on index refresh which was broken by updates for GM4.

This commit is contained in:
ccd0 2018-01-01 17:59:02 -08:00
parent 92be3a30a2
commit 02daf4b05a

View File

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