summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-08-31 14:03:52 +0400
committerAndrew Dolgov <[email protected]>2011-08-31 14:04:19 +0400
commit78b2c6ce9a0574433791cc7f3330bf8d729123d2 (patch)
tree13d2d7863251cbd185b4ab783e958575f0595902 /functions.js
parent81787bbf9840a7f43bd40ecca00834b5b078eb31 (diff)
rework caching, use html5 local storage
allow caching of headlines code cleanup
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js4
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 {