mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 07:12:27 +01:00
Fix :w bug.
This commit is contained in:
@@ -1719,7 +1719,7 @@ var Buffer = Module("Buffer", {
|
||||
|
||||
dactyl.assert(args.bang || !file.exists(), _("io.exists"));
|
||||
|
||||
chosenData = { file: file, uri: util.newURI(doc.location.href) };
|
||||
chosenData = { file: file.file, uri: util.newURI(doc.location.href) };
|
||||
}
|
||||
|
||||
// if browser.download.useDownloadDir = false then the "Save As"
|
||||
|
||||
Reference in New Issue
Block a user