From 364214ba35ecad9398df01a0c501c31035aa8207 Mon Sep 17 00:00:00 2001 From: d11e9 Date: Mon, 12 Oct 2015 10:46:17 +0100 Subject: [PATCH] fix gist loading bug --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 418fbec68c..cb5a87bb9f 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,7 @@ for(var f in response.data.files) { window.localStorage[fileKey(f)] = response.data.files[f].content; } + SOL_CACHE_FILE = fileKey(Object.keys(response.data.files)[0]); updateFiles(); } }