summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-14 15:52:40 +0400
committerAndrew Dolgov <[email protected]>2011-12-14 15:52:40 +0400
commitab05e53813834e3d3212af06f30b7d7e950e1a99 (patch)
tree7170cda0b43257416bb090608f42ddffba1ca20e /index.php
parent66be620a87aa93a1f9cc3e956942026ce31f2207 (diff)
remove about dialog
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 25e3a5cb4..3096cd2cd 100644
--- a/index.php
+++ b/index.php
@@ -179,7 +179,6 @@
<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>
- <div dojoType="dijit.MenuItem" onclick="quickMenuGo('qmcAbout')"><?php echo __('About...') ?></div>
</div>
</div>
</div>