소스 검색

Update index.js

Handiri Amine 5 년 전
부모
커밋
328696e94a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {