mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 05:01:29 +00:00
rework caching, use html5 local storage
allow caching of headlines code cleanup
This commit is contained in:
@@ -330,8 +330,7 @@ function init_second_stage() {
|
||||
|
||||
loading_set_progress(30);
|
||||
|
||||
if (has_local_storage())
|
||||
sessionStorage.clear();
|
||||
cache_clear();
|
||||
|
||||
console.log("second stage ok");
|
||||
|
||||
@@ -565,12 +564,10 @@ function collapse_feedlist() {
|
||||
}
|
||||
|
||||
function viewModeChanged() {
|
||||
cache_flush();
|
||||
return viewCurrentFeed('')
|
||||
}
|
||||
|
||||
function viewLimitChanged() {
|
||||
cache_flush();
|
||||
return viewCurrentFeed('')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user