Merge pull request #302 from netounet/patch-1

Fix bing ads service typo
This commit is contained in:
Amauri CHAMPEAUX 2019-03-08 18:01:07 +01:00 committed by GitHub
commit 58a95427a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2522,7 +2522,7 @@ tarteaucitron.services.bingads = {
bingadsCreate.q = window[u];
window[u] = new UET(bingadsCreate);
window[u].push('pageload');
window[u].push('pageLoad');
});
}
};