diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-25 14:44:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-25 14:44:08 +0300 |
| commit | 1bf679a304856d07979467486843a47cf3906878 (patch) | |
| tree | ec22549412d17d2145f71cea28cf30f3b3bb884a /tt-rss.js | |
| parent | 29a5b4aae0496c9ba07a567d3b8fcfe565fb9184 (diff) | |
mention digest in main actions dropdown
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.")); |