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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user