From d9921fd0d415792ef8ba3350a8fc9f7955842a45 Mon Sep 17 00:00:00 2001 From: netounet Date: Tue, 26 Feb 2019 11:43:44 +0100 Subject: [PATCH] Fix bing ads service typo Fix typo in event name for loading bing ads on page load --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 9476850..4a7b01b 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -2522,7 +2522,7 @@ tarteaucitron.services.bingads = { bingadsCreate.q = window[u]; window[u] = new UET(bingadsCreate); - window[u].push('pageload'); + window[u].push('pageLoad'); }); } };