summaryrefslogtreecommitdiff
path: root/js/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 11:09:45 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 11:09:45 +0400
commit38325ad6d181b276ecf851062be8cda1e58105b7 (patch)
tree48a9f542e40dbba350d7625ae40d893315606824 /js/feedlist.js
parent0a3fd79b0e0ae42d7203114d62bf266c97550555 (diff)
remove tt-rss tabcontrol
Diffstat (limited to 'js/feedlist.js')
-rw-r--r--js/feedlist.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/feedlist.js b/js/feedlist.js
index f4196a726..72bc436cb 100644
--- a/js/feedlist.js
+++ b/js/feedlist.js
@@ -107,10 +107,6 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
} */
}
- if (offset == 0 && !background)
- dijit.byId("content-tabs").selectChild(
- dijit.byId("content-tabs").getChildren()[0]);
-
if (!background) {
_viewfeed_last = get_timestamp();