From 147f5632281b0da6f4232b5d8f4e6998ebf1e40b Mon Sep 17 00:00:00 2001 From: Craig Meyer Date: Thu, 11 Aug 2011 18:51:00 -0400 Subject: Extended Actions to include Select by tag (add local modifications, fix display for tags starting with a number) --- tt-rss.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index d613b7d49..7987be7ab 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -350,6 +350,10 @@ function quickMenuGo(opid) { displayDlg("printTagCloud"); } + if (opid == "qmcTagSelect") { + displayDlg("printTagSelect"); + } + if (opid == "qmcSearch") { search(); return; -- cgit v1.2.3-54-g00ecf