mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:07:59 +01:00
:saveas works now
This commit is contained in:
@@ -652,7 +652,7 @@ function Commands() //{{{
|
||||
}
|
||||
));
|
||||
addDefaultCommand(new Command(["sav[eas]"],
|
||||
function() { goDoCommand('Browser:SavePage'); },
|
||||
function() { saveDocument(window.content.document); },
|
||||
{
|
||||
usage: ["sav[eas]"],
|
||||
short_help: "Save current web page to disk",
|
||||
|
||||
Reference in New Issue
Block a user