1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 19:51:28 +00:00

mention digest in main actions dropdown

This commit is contained in:
Andrew Dolgov
2010-11-25 14:44:08 +03:00
parent 29a5b4aae0
commit 1bf679a304
2 changed files with 6 additions and 0 deletions

View File

@@ -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."));