Merge pull request #765 from maximehuran/patch-1
Add bingadsMore to bingAds service
This commit is contained in:
commit
cfe50401f5
|
|
@ -3985,6 +3985,10 @@ tarteaucitron.services.bingads = {
|
||||||
bingadsCreate.q = window.uetq;
|
bingadsCreate.q = window.uetq;
|
||||||
window.uetq = new UET(bingadsCreate);
|
window.uetq = new UET(bingadsCreate);
|
||||||
window.uetq.push('pageLoad');
|
window.uetq.push('pageLoad');
|
||||||
|
|
||||||
|
if (typeof tarteaucitron.user.bingadsMore === 'function') {
|
||||||
|
tarteaucitron.user.bingadsMore();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue