X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.js;h=6dd53c8b556ece49eb177a463172daf79287dd8e;hb=ff0010c182c1643cc5e0c516e95ed50e18004068;hp=51c1d3c5f79e8ecc69fab3b6229b74823b43367a;hpb=50eefedbfd2f31be4054746bbcec7d8e05c0a2dd;p=tt-rss.git diff --git a/tt-rss.js b/tt-rss.js index 51c1d3c5..6dd53c8b 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); }