diff options
Diffstat (limited to 'js/vapi-client.js')
-rw-r--r-- | js/vapi-client.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/vapi-client.js b/js/vapi-client.js index fd77179..34a599f 100644 --- a/js/vapi-client.js +++ b/js/vapi-client.js @@ -34,8 +34,8 @@ /******************************************************************************/ // https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 -if ( self.vAPI === undefined || self.vAPI.uMatrix !== true ) { - self.vAPI = { uMatrix: true }; +if ( self.vAPI === undefined || self.vAPI.eMatrix !== true ) { + self.vAPI = { eMatrix: true }; } var vAPI = self.vAPI; @@ -167,7 +167,7 @@ vAPI.messaging = { this.pending.set(message.requestId, callback); } - sendAsyncMessage('umatrix:background', message); + sendAsyncMessage('ematrix:background', message); }, toggleListener: function({type, persisted}) { |