Browse Source

Fix bing ads service typo

Fix typo in event name for loading bing ads on page load
netounet 6 năm trước cách đây
mục cha
commit
d9921fd0d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tarteaucitron.services.js

+ 1 - 1
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');
         });
     }
 };