mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 07:31:28 +00:00
disable headline buffer caching for now
This commit is contained in:
@@ -140,7 +140,7 @@ function viewfeed(feed, subop, is_cat, offset) {
|
||||
|
||||
console.log(query);
|
||||
|
||||
var unread_ctr = -1;
|
||||
/* var unread_ctr = -1;
|
||||
|
||||
if (!is_cat) unread_ctr = getFeedUnread(feed);
|
||||
|
||||
@@ -170,7 +170,7 @@ function viewfeed(feed, subop, is_cat, offset) {
|
||||
request_counters();
|
||||
remove_splash();
|
||||
|
||||
} else {
|
||||
} else { */
|
||||
|
||||
if (!is_cat) {
|
||||
if (!setFeedExpandoIcon(feed, is_cat, 'images/indicator_white.gif'))
|
||||
@@ -185,7 +185,7 @@ function viewfeed(feed, subop, is_cat, offset) {
|
||||
setFeedExpandoIcon(feed, is_cat, 'images/blank_icon.gif');
|
||||
headlines_callback2(transport, page_offset);
|
||||
} });
|
||||
}
|
||||
// }
|
||||
|
||||
} catch (e) {
|
||||
exception_error("viewfeed", e);
|
||||
|
||||
Reference in New Issue
Block a user