Explorar el Código

re comment goto

huai-sian hace 3 años
padre
commit
0c500c4691
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      goto.js

+ 1 - 1
goto.js

@@ -23,7 +23,7 @@ function get_data() {
     // $("#version").html(desid);
     $.ajax({
         method: "GET",
-        url: `json/cases.json`,
+        url: `json/cases-${id}.json`,
         dataType: "json",
     })
         .done(function (msg) {