1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 07:25:57 +00:00

Extended Actions to include Select by tag (add local modifications, fix

display for tags starting with a number)
This commit is contained in:
Craig Meyer
2011-08-11 18:51:00 -04:00
committed by Andrew Dolgov
parent 8efb5f62e8
commit 147f563228
7 changed files with 173 additions and 41 deletions

View File

@@ -350,6 +350,10 @@ function quickMenuGo(opid) {
displayDlg("printTagCloud");
}
if (opid == "qmcTagSelect") {
displayDlg("printTagSelect");
}
if (opid == "qmcSearch") {
search();
return;