1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 00:05:08 +12:00
This commit is contained in:
gorhill 2015-04-09 07:15:14 -04:00
parent 301e707e6b
commit 7c5cf28c33

View file

@ -44,7 +44,7 @@ vAPI.fennec = Services.appinfo.ID === '{aa3c5121-dab2-40e2-81ca-7ea25febc110}';
/******************************************************************************/
vAPI.app = {
name: 'uBlock',
name: 'uBlock',
version: location.hash.slice(1)
};
@ -1858,7 +1858,7 @@ vAPI.contextMenu.remove = function() {
/******************************************************************************/
var optionsObserver = {
addonId: '{2b10c1c8-a11f-4bad-fe9c-1c11e82cac42}',
addonId: 'uBlock0@raymondhill.net',
register: function() {
Services.obs.addObserver(this, 'addon-options-displayed', false);