ming 3 anni fa
parent
commit
c0bfa28b3e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      index2.html

+ 1 - 0
index2.html

@@ -134,6 +134,7 @@
     }
     function load_data(id){
       obj = loaded_data.find(item => item.id === id)
+      console.log(obj)
       var title = document.getElementById("title")
       title.innerHTML = obj.name;
       var step;