From: Andrew Dolgov Date: Thu, 25 Nov 2010 11:44:08 +0000 (+0300) Subject: mention digest in main actions dropdown X-Git-Tag: 1.5.0~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1bf679a304856d07979467486843a47cf3906878;p=tt-rss.git mention digest in main actions dropdown --- diff --git a/tt-rss.js b/tt-rss.js index 9790bb98..a91c3841 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.")); diff --git a/tt-rss.php b/tt-rss.php index d26035b9..08758215 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -175,6 +175,7 @@ +