mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-27 06:52:25 +01:00
Remove "venkman" from :dialog.
Venkman is sadly deceased.
This commit is contained in:
@@ -61,10 +61,7 @@ var Config = Module("config", ConfigBase, {
|
||||
searchengines: ["Manage installed search engines",
|
||||
function () { window.openDialog("chrome://browser/content/search/engineManager.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
|
||||
selectionsource: ["View selection source",
|
||||
function () { modules.buffer.viewSelectionSource(); }],
|
||||
venkman: ["The JavaScript debugger",
|
||||
function () { dactyl.assert("start_venkman" in window, "Venkman is not installed"); window.start_venkman() },
|
||||
() => "start_venkman" in window]
|
||||
function () { modules.buffer.viewSelectionSource(); }]
|
||||
},
|
||||
|
||||
removeTab: function removeTab(tab) {
|
||||
|
||||
Reference in New Issue
Block a user