diff --git a/bootstrap.js b/bootstrap.js index 014f6ae..9e9535e 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -6,7 +6,7 @@ var startupData; function loadIntoWindow(window) { try { window.require.setRequirePath("focusmode/", "chrome://focusmode/content/"); - window.require("focusmode").register(); + window.require("focusmode/focusmode").register(); } catch (e) { Cu.reportError("Exception while registering Focus Mode"); Cu.reportError(e); diff --git a/install.rdf b/install.rdf index ba01ac2..457fa92 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ focusmode@activestate.com Focus Mode - 1.0 + 1.0.1 Adds a toggle that enables/disables all non-essential UI elements Nathan Rijksen http://www.activestate.com/komodo-ide