mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 02:46:02 +00:00
rework caching, use html5 local storage
allow caching of headlines code cleanup
This commit is contained in:
@@ -1136,13 +1136,13 @@ function backend_sanity_check_callback(transport) {
|
||||
}
|
||||
}
|
||||
|
||||
function has_local_storage() {
|
||||
/*function has_local_storage() {
|
||||
try {
|
||||
return 'sessionStorage' in window && window['sessionStorage'] != null;
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
function catSelectOnChange(elem) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user