1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 11:30:20 +12:00

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

This commit is contained in:
gorhill 2015-01-01 20:58:19 -05:00
parent 3d61e80d1c
commit a036152cc7

View file

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