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

had a doubt, had to check it worked as intended

This commit is contained in:
gorhill 2015-03-12 17:30:14 -04:00
parent 4599486290
commit 170f164288

View file

@ -37,6 +37,7 @@ var chrome = self.chrome;
// https://github.com/gorhill/uBlock/issues/456
// Already injected?
if ( vAPI.vapiClientInjected ) {
//console.debug('vapi-client.js already injected: skipping.');
return;
}