summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-21 16:06:57 +0300
committerAndrew Dolgov <[email protected]>2021-02-21 16:06:57 +0300
commitc6b7a7f8d0eaeb11f76dbc70714d740eeac180f1 (patch)
tree8e19cb866c988702d8ffe9c1c0c6db72b9ac8d03 /js/CommonDialogs.js
parent2ab215daca1914102b35897300d681b3eb7f1274 (diff)
parentd0efa35d2232ad9d3770ad8369d8af388509fe0c (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Diffstat (limited to 'js/CommonDialogs.js')
-rw-r--r--js/CommonDialogs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index 704e797d3..a100a546d 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -312,7 +312,7 @@ const CommonDialogs = {
} else {
if (feed_id == Feeds.getActive())
setTimeout(() => {
- Feeds.open({feed: -5})
+ Feeds.openDefaultFeed();
},
100);