diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-31 14:03:52 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-31 14:04:19 +0400 |
| commit | 78b2c6ce9a0574433791cc7f3330bf8d729123d2 (patch) | |
| tree | 13d2d7863251cbd185b4ab783e958575f0595902 /functions.js | |
| parent | 81787bbf9840a7f43bd40ecca00834b5b078eb31 (diff) | |
rework caching, use html5 local storage
allow caching of headlines
code cleanup
Diffstat (limited to 'functions.js')
| -rw-r--r-- | functions.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.js b/functions.js index 1a06a9bf3..1fd421809 100644 --- a/functions.js +++ b/functions.js @@ -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 { |