Merge pull request #765 from maximehuran/patch-1

Add bingadsMore to bingAds service
This commit is contained in:
Amauri CHAMPEAUX 2021-08-14 16:15:12 +02:00 committed by GitHub
commit cfe50401f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3985,6 +3985,10 @@ tarteaucitron.services.bingads = {
bingadsCreate.q = window.uetq;
window.uetq = new UET(bingadsCreate);
window.uetq.push('pageLoad');
if (typeof tarteaucitron.user.bingadsMore === 'function') {
tarteaucitron.user.bingadsMore();
}
});
}
};