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

make precache_headlines_idle() start slower

This commit is contained in:
Andrew Dolgov
2012-08-14 19:03:34 +04:00
parent 1354d17270
commit 973c4a649f
2 changed files with 4 additions and 3 deletions

View File

@@ -170,6 +170,7 @@ function catchupAllFeeds() {
}
function viewCurrentFeed(method) {
console.log("viewCurrentFeed");
if (getActiveFeedId() != undefined) {
viewfeed(getActiveFeedId(), method, activeFeedIsCat());
@@ -358,8 +359,8 @@ function init_second_stage() {
if (getInitParam("enable_feed_cats") == 0)
Element.hide(dijit.byId("include_children").domNode);
dijit.byId("include_children").attr("checked",
getInitParam("default_include_children"));
// dijit.byId("include_children").attr("checked",
// getInitParam("default_include_children"));
feeds_sort_by_unread = getInitParam("feeds_sort_by_unread") == 1;