diff options
| author | Craig Meyer <meyercr@themeyers.org> | 2011-08-11 18:51:00 -0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-08-23 12:49:18 +0400 |
| commit | 147f5632281b0da6f4232b5d8f4e6998ebf1e40b (patch) | |
| tree | 27abbbe036c7ad5e324482f615fcf0b6f472c1c3 /tt-rss.js | |
| parent | 8efb5f62e86fd0c11147aec979733a33ade53756 (diff) | |
Extended Actions to include Select by tag (add local modifications, fix
display for tags starting with a number)
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -350,6 +350,10 @@ function quickMenuGo(opid) { displayDlg("printTagCloud"); } + if (opid == "qmcTagSelect") { + displayDlg("printTagSelect"); + } + if (opid == "qmcSearch") { search(); return; |