mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-27 07:15:46 +01:00
Completely HTML-ize help transforms. Add intentionally undocumented :exporthelp.
This commit is contained in:
@@ -46,7 +46,7 @@ function fakeChannel(orig)
|
||||
function redirect(to, orig)
|
||||
{
|
||||
let html = <html><head><meta http-equiv="Refresh" content={"0;" + to}/></head></html>.toXMLString();
|
||||
return makeChannel(dataURL('text/html', html), orig);
|
||||
return makeChannel(dataURL('text/html', html), ioServices.newURI(to, null, null));
|
||||
}
|
||||
|
||||
function ChromeData() {}
|
||||
|
||||
Reference in New Issue
Block a user