1
0
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:
Martin Stubenschrott
2007-07-09 23:12:58 +00:00
parent d1a286e3ce
commit 7828d3dd9b
2 changed files with 2 additions and 1 deletions

View File

@@ -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",