summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-25 14:44:08 +0300
committerAndrew Dolgov <[email protected]>2010-11-25 14:44:08 +0300
commit1bf679a304856d07979467486843a47cf3906878 (patch)
treeec22549412d17d2145f71cea28cf30f3b3bb884a /tt-rss.js
parent29a5b4aae0496c9ba07a567d3b8fcfe565fb9184 (diff)
mention digest in main actions dropdown
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 9790bb983..a91c38414 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -383,6 +383,11 @@ function quickMenuGo(opid) {
return;
}
+ if (opid == "qmcDigest") {
+ window.location.href = "digest.php";
+ return;
+ }
+
if (opid == "qmcEditFeed") {
if (activeFeedIsCat())
alert(__("You can't edit this kind of feed."));