Commit 364214ba authored by d11e9's avatar d11e9

fix gist loading bug

parent f7884290
...@@ -153,6 +153,7 @@ ...@@ -153,6 +153,7 @@
for(var f in response.data.files) { for(var f in response.data.files) {
window.localStorage[fileKey(f)] = response.data.files[f].content; window.localStorage[fileKey(f)] = response.data.files[f].content;
} }
SOL_CACHE_FILE = fileKey(Object.keys(response.data.files)[0]);
updateFiles(); updateFiles();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment