1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 04:55:55 +00:00

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

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");