summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-28 08:49:21 +0300
committerAndrew Dolgov <[email protected]>2010-12-28 08:49:21 +0300
commitca7b020e0f55edab3807e29c6a0bd845a05ee4ea (patch)
treef2d1085d8c9edb76823fe797f464f4b2ea69cfc8 /viewfeed.js
parent09aa8995dccfc52b2462b4066ec5d1223dddf872 (diff)
disable headline buffer caching for now
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index fb562c5f7..c6d747af3 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -93,7 +93,7 @@ function headlines_callback2(transport, feed_cur_page) {
initHeadlinesMenu();
- var cache_prefix = "";
+/* var cache_prefix = "";
if (is_cat) {
cache_prefix = "C:";
@@ -106,7 +106,7 @@ function headlines_callback2(transport, feed_cur_page) {
if (!disable_cache) {
cache_inject(cache_prefix + feed_id,
$("headlines-frame").innerHTML, headlines_unread);
- }
+ } */
} else {
console.warn("headlines_callback: returned no data");