summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-07 15:59:32 +0300
committerAndrew Dolgov <[email protected]>2015-07-07 15:59:32 +0300
commit9090b874abd254954a11d393a162bcf4ea7eb160 (patch)
tree5373d614bb8a14f2ea7a630d5e2fae1a530a142c /js
parent2374294529305dde857a8f7966217ead9b93dc0e (diff)
simplify search, remove search_mode as useless
remove dialog to select by tags, simplify browsing by tag query
Diffstat (limited to 'js')
-rw-r--r--js/tt-rss.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 602c953b1..f2a65b539 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -652,9 +652,6 @@ function quickMenuGo(opid) {
case "qmcTagCloud":
displayDlg(__("Tag cloud"), "printTagCloud");
break;
- case "qmcTagSelect":
- displayDlg(__("Select item(s) by tags"), "printTagSelect");
- break;
case "qmcSearch":
search();
break;