mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-08 17:13:23 +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;
|
||||
|
||||
jQuery.fn.extend({
|
||||
clic: function (x) { return this.click(x); },
|
||||
enfants: function () { return this.children(); },
|
||||
dernier: function () { return this.last(); },
|
||||
ajouter: function (x) { return this.append(x); }
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
$( function() {
|
||||
$.recupererJSON( "traductions.json", function( traductions ) {
|
||||
construitListe(traductions);
|
||||
$( "#lienChange" ).click( function() {changeDeSens(traductions);} );
|
||||
$( "#lienChange" ).clic( function() {changeDeSens(traductions);} );
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user