1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 19:52:25 +01:00

use code.tag element's text content to anchor the help 'section' location

rather than code.id
This commit is contained in:
Doug Kearns
2007-06-11 12:51:31 +00:00
parent d4598ed391
commit 397c667443
3 changed files with 24 additions and 15 deletions

View File

@@ -253,7 +253,8 @@ function get_file_completions(filter)/*{{{*/
function get_help_completions(filter)/*{{{*/
{
var help_array = [[["mappings"], "Normal mode commands"],
var help_array = [[["introduction"], "Introductory text"],
[["mappings"], "Normal mode commands"],
[["commands"], "Ex commands"],
[["options"], "Configuration options"]]; // TODO: hardcoded until we have proper 'pages'
g_substrings = [];