1
0
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:
Andrew Dolgov
2011-08-31 14:03:52 +04:00
parent 81787bbf98
commit 78b2c6ce9a
5 changed files with 134 additions and 348 deletions

View File

@@ -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 {