summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 51c1d3c5f..6dd53c8b5 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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);
}