mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 19:35:45 +01:00
Non-broken :dia downloads.
This commit is contained in:
@@ -457,7 +457,7 @@ var Help = Module("Help", {
|
|||||||
function () { modules.ex.helpall(); });
|
function () { modules.ex.helpall(); });
|
||||||
},
|
},
|
||||||
javascript: function init_javascript(dactyl, modules, window) {
|
javascript: function init_javascript(dactyl, modules, window) {
|
||||||
modules.JavaScript.setCompleter([this.exportHelp],
|
modules.JavaScript.setCompleter([modules.help.exportHelp],
|
||||||
[function (context, args) overlay.activeModules.completion.file(context)]);
|
[function (context, args) overlay.activeModules.completion.file(context)]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ var Config = Module("config", ConfigBase, {
|
|||||||
function () { window.inspectDOMDocument(window.content.document); },
|
function () { window.inspectDOMDocument(window.content.document); },
|
||||||
function () "inspectDOMDocument" in window],
|
function () "inspectDOMDocument" in window],
|
||||||
downloads: ["Manage Downloads",
|
downloads: ["Manage Downloads",
|
||||||
function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }],
|
function () { window.BrowserDownloadsUI(); }],
|
||||||
history: ["List your history",
|
history: ["List your history",
|
||||||
function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }],
|
function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }],
|
||||||
openfile: ["Open the file selector dialog",
|
openfile: ["Open the file selector dialog",
|
||||||
|
|||||||
Reference in New Issue
Block a user