summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
diff options
context:
space:
mode:
authorfox <[email protected]>2021-02-21 16:04:37 +0300
committerfox <[email protected]>2021-02-21 16:04:37 +0300
commitd0efa35d2232ad9d3770ad8369d8af388509fe0c (patch)
tree49fd7e0e7184dee17bb59ab9b57ec47743c28b3f /js/CommonDialogs.js
parentd1328321bebadcf8a530d3c05f52a8f3c58bb969 (diff)
parent1bd5152c8016c6019a647bf995d29d81c6b731ed (diff)
Merge pull request 'Open the default feed after unsubscribing' (#5) from wn/tt-rss:bugfix/post-unsubscribe-feed-selection into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/5
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);