mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 22:24:11 +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;
|
||||
};
|
||||
|
||||
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))
|
||||
return io.withTempFiles(function (temp) {
|
||||
|
||||
Reference in New Issue
Block a user