fix gist loading bug

pull/1/head
d11e9 9 years ago
parent f7884290a2
commit 364214ba35
  1. 1
      index.html

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

Loading…
Cancel
Save