mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 00:05:46 +01:00
Fix buffer.viewSourceExternally.
--HG-- extra : rebase_source : 46750802d4fb7477fef5b96b0779842f946c37b2
This commit is contained in:
@@ -1018,7 +1018,7 @@ var Buffer = Module("buffer", {
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
let url = isString(doc) ? util.newURI(doc) : util.newURI(doc.location.href);
|
let uri = isString(doc) ? util.newURI(doc) : util.newURI(doc.location.href);
|
||||||
|
|
||||||
if (!isString(doc))
|
if (!isString(doc))
|
||||||
return io.withTempFiles(function (temp) {
|
return io.withTempFiles(function (temp) {
|
||||||
|
|||||||
Reference in New Issue
Block a user