diff --git a/js/prototypes-fr.js b/js/prototypes-fr.js index a3afa7f..00b352c 100644 --- a/js/prototypes-fr.js +++ b/js/prototypes-fr.js @@ -56,7 +56,7 @@ Tableau.prototype.pousser = Tableau.prototype.push document.créerÉlément = document.createElement document.récupérerÉlémentParNomDÉtiquette = document.getElementsByTagName; document.localisation = document.location; -document.localisation.protocole = document.localisation.protocole; +document.localisation.protocole = document.localisation.protocol; jQuery.fn.extend({ clic: function (x) { return this.click(x); },