1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

implement html5 localStorage support for client-side cache

This commit is contained in:
Andrew Dolgov
2010-11-07 12:54:43 +03:00
parent 50eefedbfd
commit ff0010c182
3 changed files with 93 additions and 24 deletions
+3
View File
@@ -421,6 +421,9 @@ function init_second_stage() {
enable_offline_reading();
if (has_local_storage())
localStorage.clear();
} catch (e) {
exception_error("init_second_stage", e);
}