Fix bing ads service typo
Fix typo in event name for loading bing ads on page load
This commit is contained in:
parent
a50ae5602f
commit
d9921fd0d4
|
|
@ -2522,7 +2522,7 @@ tarteaucitron.services.bingads = {
|
|||
|
||||
bingadsCreate.q = window[u];
|
||||
window[u] = new UET(bingadsCreate);
|
||||
window[u].push('pageload');
|
||||
window[u].push('pageLoad');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue