From 78b2c6ce9a0574433791cc7f3330bf8d729123d2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 31 Aug 2011 14:03:52 +0400 Subject: rework caching, use html5 local storage allow caching of headlines code cleanup --- functions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.js') 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 { -- cgit v1.2.3-54-g00ecf