mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-08 17:13:23 +00:00
le JSON nouveau s'appellera liste_de_traductions.json
This commit is contained in:
@@ -113,7 +113,7 @@ function construireListe(traductions) {
|
||||
}
|
||||
|
||||
$(function() {
|
||||
$.récupérerJSON( "traductions.json", function( traductions ) {
|
||||
$.récupérerJSON("liste_de_traductions.json", function(traductions) {
|
||||
construireListe(traductions);
|
||||
mettreÀJourLienInversion();
|
||||
$( "#lienInversion" ).clic( function() {inverser(traductions);} );
|
||||
|
||||
Reference in New Issue
Block a user