summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 1c6f121cf..ba4a2bca2 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -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;