mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-08 17:13:23 +00:00
Correction d'une faute de frappe
C'est possible que ce soit la cause de #107.
This commit is contained in:
2
js/prototypes-fr.js
vendored
2
js/prototypes-fr.js
vendored
@@ -56,7 +56,7 @@ Tableau.prototype.pousser = Tableau.prototype.push
|
|||||||
document.créerÉlément = document.createElement
|
document.créerÉlément = document.createElement
|
||||||
document.récupérerÉlémentParNomDÉtiquette = document.getElementsByTagName;
|
document.récupérerÉlémentParNomDÉtiquette = document.getElementsByTagName;
|
||||||
document.localisation = document.location;
|
document.localisation = document.location;
|
||||||
document.localisation.protocole = document.localisation.protocole;
|
document.localisation.protocole = document.localisation.protocol;
|
||||||
|
|
||||||
jQuery.fn.extend({
|
jQuery.fn.extend({
|
||||||
clic: function (x) { return this.click(x); },
|
clic: function (x) { return this.click(x); },
|
||||||
|
|||||||
Reference in New Issue
Block a user