mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 09:08:10 +01:00
Replace %format strings with our standard <macro> format strings in 'editor' and the like.
--HG-- extra : rebase_source : b5a658dd9f07e30f7e9cb589bb6efca8fd260a66
This commit is contained in:
@@ -961,7 +961,7 @@ const Buffer = Module("buffer", {
|
||||
let doc = buffer.focusedFrame.document;
|
||||
|
||||
if (isArray(url)) {
|
||||
if (options.get("editor").has("l"))
|
||||
if (options.get("editor").has("line"))
|
||||
this.viewSourceExternally(url[0] || doc, url[1]);
|
||||
else
|
||||
window.openDialog("chrome://global/content/viewSource.xul",
|
||||
|
||||
Reference in New Issue
Block a user