1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:37:58 +01:00

:Help updates, still far from finished

This commit is contained in:
Martin Stubenschrott
2008-01-11 03:35:19 +00:00
parent c5754c8aca
commit 100a41c51a
6 changed files with 206 additions and 156 deletions

View File

@@ -300,7 +300,7 @@ vimperator.Completion = function () //{{{
Help: function (filter)
{
var res = [];
var files = ["introduction.xhtml", "options.xhtml", "motion.html"];
var files = ["intro.html", "options.xhtml", "motion.html"];
for (var file in files)
{
try