1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02: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 eafd03855f
commit 87b8d1f9cb

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