1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 15:57:58 +01:00

Update Xulmus docs, in theory.

--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
This commit is contained in:
Kris Maglione
2009-10-24 18:45:11 -04:00
parent 2c1f7316a6
commit c697b165a0
61 changed files with 550 additions and 6072 deletions

View File

@@ -206,8 +206,6 @@ Liberator.prototype = {
{
case "help":
let url = this.FILE_MAP[uri.path.replace(/^\/|#.*/g, "")];
dump("name: " + uri.path.replace(/#.*/, "") + "\n");
dump("uri: " + url + "\n");
if (!url)
break;
return makeChannel(url, uri);