From db49291fa68837e8320f91862fc80af17af179cf Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 9 Apr 2015 07:15:14 -0400 Subject: [PATCH] this fixes https://github.com/chrisaljoudi/uBlock/issues/1219 for Firefox --- platform/firefox/vapi-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js index 5f37ce2..b2d5e34 100644 --- a/platform/firefox/vapi-client.js +++ b/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];