summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-08 10:35:29 +0300
committerAndrew Dolgov <[email protected]>2015-07-08 10:35:29 +0300
commit25c747f5767a0588d2079b036fa89873067f924f (patch)
tree45ab0124faf0f09c0433c198ed9a66f5db38f678 /index.php
parent831129f6a4c63530674c8bc73550fc83998971f3 (diff)
parent3cea4a4b758768770366d132393a026ee2d8a430 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index f7ff97c68..95fb91d22 100644
--- a/index.php
+++ b/index.php
@@ -235,7 +235,6 @@
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcShowOnlyUnread')"><?php echo __('(Un)hide read feeds') ?></div>
<div dojoType="dijit.MenuItem" disabled="1"><?php echo __('Other actions:') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcToggleWidescreen')"><?php echo __('Toggle widescreen mode') ?></div>
- <div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcTagSelect')"><?php echo __('Select by tags...') ?></div>
<!-- <div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAddLabel')"><?php echo __('Create label...') ?></div>
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAddFilter')"><?php echo __('Create filter...') ?></div> -->
<div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcHKhelp')"><?php echo __('Keyboard shortcuts help') ?></div>