summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 10:16:01 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 10:16:01 +0400
commitac22075182f1d9b8dfd0c481e943d812e63f7789 (patch)
tree9cdde8d9d52624dd01c03493ed76a67ab97d42e6 /js/tt-rss.js
parent68d539ceef3289ffb5d0d1007be0657e2a6bb49d (diff)
move digest to a separate plugin
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index fd02081bb..348d6bbd6 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -391,7 +391,7 @@ function quickMenuGo(opid) {
}
if (opid == "qmcDigest") {
- window.location.href = "digest.php";
+ window.location.href = "backend.php?op=digest";
return;
}