mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 07:25:56 +00:00
disable localStorage for now
This commit is contained in:
@@ -2191,11 +2191,12 @@ function backend_sanity_check_callback(transport) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function has_local_storage() {
|
function has_local_storage() {
|
||||||
try {
|
return false;
|
||||||
|
/* try {
|
||||||
return 'localStorage' in window && window['localStorage'] != null;
|
return 'localStorage' in window && window['localStorage'] != null;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
function catSelectOnChange(elem) {
|
function catSelectOnChange(elem) {
|
||||||
|
|||||||
Reference in New Issue
Block a user