1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

disable headline buffer caching for now

This commit is contained in:
Andrew Dolgov
2010-12-28 08:49:21 +03:00
parent 09aa8995dc
commit ca7b020e0f
2 changed files with 5 additions and 5 deletions

View File

@@ -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");