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",