summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 10:33:58 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 10:33:58 +0300
commit874560db547f718b82d77657dc019d840c30e0ed (patch)
tree6ca8764aa601c94303a402d370297c5a25b4897e /include/functions.php
parent2f85b50e3607b2b159989c493ac8f8c46a389559 (diff)
remove obsolete row selection functions
move getUrlParam() to Utils
Diffstat (limited to 'include/functions.php')
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f6d09fe67..2ec42c7ee 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1244,7 +1244,7 @@
"g t" => "goto_tagcloud",
"g *p" => "goto_prefs",
// "other" => array(
- "(9)|Tab" => "select_article_cursor", // tab
+ "r" => "select_article_cursor",
"c l" => "create_label",
"c f" => "create_filter",
"c s" => "collapse_sidebar",