From cf93578a84e3c485a9893a370e3a0069c549fb8c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 30 Oct 2013 23:00:53 +1100 Subject: [PATCH] Open the the Browser Console with :dia console. The Error Console is now deprecated. --- pentadactyl/content/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pentadactyl/content/config.js b/pentadactyl/content/config.js index 2719caf5..3294cb1a 100644 --- a/pentadactyl/content/config.js +++ b/pentadactyl/content/config.js @@ -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",