1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:38:00 +01:00

Open the the Browser Console with :dia console.

The Error Console is now deprecated.
This commit is contained in:
Doug Kearns
2013-10-30 23:00:53 +11:00
parent 44c932c208
commit cf93578a84

View File

@@ -24,8 +24,8 @@ var Config = Module("config", ConfigBase, {
() => "checkForUpdates" in window],
cookies: ["List your cookies",
function () { window.toOpenWindowByType("Browser:Cookies", "chrome://browser/content/preferences/cookies.xul", "chrome,dialog=no,resizable"); }],
console: ["JavaScript console",
function () { window.toJavaScriptConsole(); }],
console: ["Browser console",
function () { window.HUDService.toggleBrowserConsole(); }],
customizetoolbar: ["Customize the Toolbar",
function () { window.BrowserCustomizeToolbar(); }],
dominspector: ["DOM Inspector",