mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 01:23:24 +00:00
Accentuation d'autres variables oubliées
This commit is contained in:
@@ -6,14 +6,14 @@ $(function() {
|
||||
_gaq.pousser(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.creerElement('script');
|
||||
var ga = document.créerÉlément('script');
|
||||
ga.type = 'text/javascript';
|
||||
ga.async = true;
|
||||
ga.src =
|
||||
('https:' == document.localisation.protocole ?
|
||||
'https://ssl' : 'http://www')
|
||||
+ '.google-analytics.com/ga.js';
|
||||
var s = document.recupererElementParNomDEtiquette('script')[0];
|
||||
var s = document.récupérerÉlémentParNomDÉtiquette('script')[0];
|
||||
s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user