1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 00:07:58 +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

@@ -1,6 +1,7 @@
<pre> <pre>
2007-07-02: 2007-07-02:
* version ??? * version ???
* :saveas finally works (by calmar)
* Changed "|" to ", " as a url seperator in :open * Changed "|" to ", " as a url seperator in :open
* Ctrl-^ mapping for selecting the alternate tab/buffer * Ctrl-^ mapping for selecting the alternate tab/buffer
* QuickMarks support (new commands :qmarks/:qmarkadd/:qmarkdel and * QuickMarks support (new commands :qmarks/:qmarkadd/:qmarkdel and

View File

@@ -652,7 +652,7 @@ function Commands() //{{{
} }
)); ));
addDefaultCommand(new Command(["sav[eas]"], addDefaultCommand(new Command(["sav[eas]"],
function() { goDoCommand('Browser:SavePage'); }, function() { saveDocument(window.content.document); },
{ {
usage: ["sav[eas]"], usage: ["sav[eas]"],
short_help: "Save current web page to disk", short_help: "Save current web page to disk",