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

pull/2/head
gorhill 10 years ago
parent 3d61e80d1c
commit a036152cc7

@ -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