From 697d16192f293f050c17f4c451c231efaf9a7d55 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 9 Mar 2019 22:29:40 -0800 Subject: [PATCH] Index refresh should also fetch freshest copy. Fixes bug from 52128775e1edb69f83c93526516e6531511725fd. --- src/General/Index.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 8acf0e7bc..a047d13ab 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -598,6 +598,7 @@ Index = onloadend: Index.load , whenModified: 'Index' + bypassCache: true $.addClass Index.button, 'fa-spin' load: (e) ->