Handiri Amine před 5 roky
rodič
revize
328696e94a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      WebContent/js/index.js

+ 1 - 1
WebContent/js/index.js

@@ -1,6 +1,6 @@
 window.onload = function() {
    const xmlhttp = new XMLHttpRequest();
-   const formats = ["Accueil", "Espace 1", "Espace 2"]
+   const formats = ["Espace accueil", "realite virtuelle", "musee numerique", "cyber base", "shooting photo", "jeux videos", "espace scenique"]
 
    // Get JSON File
    xmlhttp.onreadystatechange = function() {