浏览代码

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() {