From c04eef088e8dd3bbde07d7734e83db788de0b7ec Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 28 Oct 2016 16:51:59 +0200 Subject: [PATCH] Correction d'une faute de frappe C'est possible que ce soit la cause de #107. --- js/prototypes-fr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },