Fix bing ads service typo

Fix typo in event name for loading bing ads on page load
This commit is contained in:
netounet 2019-02-26 11:43:44 +01:00 committed by GitHub
parent a50ae5602f
commit d9921fd0d4
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');
});
}
};