1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:45:55 +00:00

move digest to a separate plugin

This commit is contained in:
Andrew Dolgov
2012-12-24 10:16:01 +04:00
parent 68d539ceef
commit ac22075182
9 changed files with 120 additions and 88 deletions

View File

@@ -391,7 +391,7 @@ function quickMenuGo(opid) {
}
if (opid == "qmcDigest") {
window.location.href = "digest.php";
window.location.href = "backend.php?op=digest";
return;
}