mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-09 17:35:35 +00:00
Réusinage du javascript pour avoir les mots complètement dans l'ordre alphabétique.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<script>
|
||||
$( function() {
|
||||
$.getJSON( "traductions.json", function( traductions ) {
|
||||
construitListe(window, traductions);
|
||||
$( "#lienChange" ).click( function() {changeDeSens(window, traductions);} );
|
||||
construitListe(traductions);
|
||||
$( "#lienChange" ).click( function() {changeDeSens(traductions);} );
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user