mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:15:55 +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() {
|
||||
try {
|
||||
return false;
|
||||
/* try {
|
||||
return 'localStorage' in window && window['localStorage'] != null;
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
function catSelectOnChange(elem) {
|
||||
|
||||
Reference in New Issue
Block a user