From 02daf4b05a257f98930ff4f8f6eda97994b055a3 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 1 Jan 2018 17:59:02 -0800 Subject: [PATCH] Fix removal of stale cached thread data on index refresh which was broken by updates for GM4. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 8e5ebd73b..f9feef8c6 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -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()