mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 23:41:29 +00:00
viewfeed: only select first tab when request is not background
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user