From: Andrew Dolgov Date: Sat, 10 Dec 2011 17:42:15 +0000 (+0400) Subject: viewfeed: only select first tab when request is not background X-Git-Tag: 1.5.8~41 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=17eb362b96ca3394cecab722a037d53acb062a8c;p=tt-rss.git viewfeed: only select first tab when request is not background --- diff --git a/feedlist.js b/feedlist.js index c117b66e..9b9ca927 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]);