Browse Source

this fixes #456: another unrelated bug unveil from previous fix

pull/2/head
gorhill 10 years ago
parent
commit
a036152cc7
  1. 7
      platform/chromium/vapi-client.js

7
platform/chromium/vapi-client.js

@ -33,6 +33,13 @@
self.vAPI = self.vAPI || {};
// https://github.com/gorhill/uBlock/issues/456
// Already injected?
if ( vAPI.vapiClient ) {
return;
}
vAPI.vapiClient = true;
var chrome = self.chrome;
var vAPI = self.vAPI;

Loading…
Cancel
Save