gorhill 10 years ago
parent
commit
db49291fa6
  1. 2
      platform/firefox/vapi-client.js

2
platform/firefox/vapi-client.js

@ -160,7 +160,7 @@ vAPI.messaging = {
vAPI.messaging.listeners[message.requestId] = callback;
}
sendAsyncMessage('ublock:background', message);
sendAsyncMessage('ublock0:background', message);
},
close: function() {
delete vAPI.messaging.channels[this.channelName];

Loading…
Cancel
Save