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.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 9dbf6ef50..4c53d9e17 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -41,10 +41,6 @@ function setActiveFeedId(id, is_cat) {
}
selectFeed(id, is_cat);
-
- dijit.byId("include_children").attr("disabled", !(is_cat && id > 0));
-
-
} catch (e) {
exception_error("setActiveFeedId", e);
}
@@ -355,13 +351,6 @@ function init_second_stage() {
dijit.getEnclosingWidget(toolbar.order_by).attr('value',
getInitParam("default_view_order_by"));
-
- if (getInitParam("enable_feed_cats") == 0)
- Element.hide(dijit.byId("include_children").domNode);
-
- dijit.byId("include_children").attr("checked",
- getInitParam("default_include_children"));
-
feeds_sort_by_unread = getInitParam("feeds_sort_by_unread") == 1;
loading_set_progress(30);