diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 00:02:26 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 00:02:26 +0100 |
commit | b3863f5c4984ae814eeb32407ae5899693b735ab (patch) | |
tree | 097e3320401da482117c07a2f08d98297340abd6 /bootstrap.js | |
parent | a35201f45aa8e7735f668d1bb349fca3b1c3cc1e (diff) | |
download | ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.lz ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.xz ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.zip |
Change all names from μMatrix to ηMatrix
Hopefully I caught all of them!
Diffstat (limited to 'bootstrap.js')
-rw-r--r-- | bootstrap.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.js b/bootstrap.js index 513f3aa..4c70ed0 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -30,13 +30,13 @@ const {classes: Cc, interfaces: Ci, utils: Cu} = Components; // Accessing the context of the background page: -// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=umatrix]').contentWindow; +// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=ematrix]').contentWindow; let windowlessBrowser = null; let windowlessBrowserPL = null; let bgProcess = null; let version; -const hostName = 'umatrix'; +const hostName = 'ematrix'; const restartListener = { get messageManager() { return Cc['@mozilla.org/parentprocessmessagemanager;1'] @@ -237,7 +237,7 @@ function uninstall(data, aReason) { return; } // To cleanup vAPI.localStorage in vapi-common.js, aka - // "extensions.umatrix.*" in `about:config`. + // "extensions.ematrix.*" in `about:config`. Cu.import('resource://gre/modules/Services.jsm', null) .Services.prefs.getBranch('extensions.' + hostName + '.') .deleteBranch(''); |