Ver código fonte

re comment goto

huai-sian 3 anos atrás
pai
commit
0c500c4691
1 arquivos alterados com 1 adições e 1 exclusões
  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) {