mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 01:23:24 +00:00
Ajout d’une traduction de fonction oubliée.
This commit is contained in:
1
fr.js
1
fr.js
@@ -18,6 +18,7 @@ document.localisation = document.location;
|
|||||||
document.localisation.protocole = document.localisation.protocole;
|
document.localisation.protocole = document.localisation.protocole;
|
||||||
|
|
||||||
jQuery.fn.extend({
|
jQuery.fn.extend({
|
||||||
|
clic: function (x) { return this.click(x); },
|
||||||
enfants: function () { return this.children(); },
|
enfants: function () { return this.children(); },
|
||||||
dernier: function () { return this.last(); },
|
dernier: function () { return this.last(); },
|
||||||
ajouter: function (x) { return this.append(x); }
|
ajouter: function (x) { return this.append(x); }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
$( function() {
|
$( function() {
|
||||||
$.recupererJSON( "traductions.json", function( traductions ) {
|
$.recupererJSON( "traductions.json", function( traductions ) {
|
||||||
construitListe(traductions);
|
construitListe(traductions);
|
||||||
$( "#lienChange" ).click( function() {changeDeSens(traductions);} );
|
$( "#lienChange" ).clic( function() {changeDeSens(traductions);} );
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user