re-enable local storage (use sessionStorage for cache)

This commit is contained in:
Andrew Dolgov
2010-11-21 18:12:50 +03:00
parent e121848048
commit dbf8845e3b
3 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ function init_second_stage() {
loading_set_progress(30);
if (has_local_storage())
localStorage.clear();
sessionStorage.clear();
console.log("second stage ok");