Selaa lähdekoodia

re comment goto

huai-sian 3 vuotta sitten
vanhempi
commit
0c500c4691
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {