Преглед изворни кода

Fix bing ads service typo

Fix typo in event name for loading bing ads on page load
netounet пре 6 година
родитељ
комит
d9921fd0d4
1 измењених фајлова са 1 додато и 1 уклоњено
  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');
         });
     }
 };