mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:22:27 +01:00
Unbreak :sty, etc
This commit is contained in:
@@ -231,7 +231,7 @@ liberator.Buffer = function () //{{{
|
|||||||
{
|
{
|
||||||
consoleService.registerListener(listener);
|
consoleService.registerListener(listener);
|
||||||
if (testDoc.documentElement.firstChild)
|
if (testDoc.documentElement.firstChild)
|
||||||
testDoc.documentElement.removeChild(testDoc.lastChild);
|
testDoc.documentElement.removeChild(testDoc.documentElement.firstChild);
|
||||||
testDoc.documentElement.appendChild(util.xmlToDom(
|
testDoc.documentElement.appendChild(util.xmlToDom(
|
||||||
<html><head><link type="text/css" rel="stylesheet" href={uri}/></head></html>, testDoc));
|
<html><head><link type="text/css" rel="stylesheet" href={uri}/></head></html>, testDoc));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user