summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-12 16:23:15 +0400
committerAndrew Dolgov <[email protected]>2013-01-12 16:23:15 +0400
commitfb226bb16db53f1f8a15bc9a3c4ea3f995fc5092 (patch)
treee26cc614d9200dfd1feaa5126d09e30c71cf426d /include
parent7d1a91d56c24b303727ad8eca0c07c749e05d535 (diff)
fix search shortcut, disable help dialog shortcut
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 921c9235b..1ae5430c1 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2036,7 +2036,7 @@
"p" => "prev_article",
"(38)" => "prev_article",
"(40)" => "next_article",
- "/" => "search_dialog",
+ "(191)" => "search_dialog",
// "article" => array(
"s" => "toggle_mark",
"S" => "toggle_publ",
@@ -2080,7 +2080,6 @@
"c l" => "create_label",
"c f" => "create_filter",
"c s" => "collapse_sidebar",
- "(191)" => "help_dialog",
);
global $pluginhost;