From 17eb362b96ca3394cecab722a037d53acb062a8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2011 21:42:15 +0400 Subject: viewfeed: only select first tab when request is not background --- feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index c117b66e9..9b9ca927f 100644 --- a/feedlist.js +++ b/feedlist.js @@ -100,7 +100,7 @@ function viewfeed(feed, subop, is_cat, offset, background, infscrol_req) { } } - if (offset == 0) + if (offset == 0 && !background) dijit.byId("content-tabs").selectChild( dijit.byId("content-tabs").getChildren()[0]); -- cgit v1.2.3