Ver código fonte

cases update

andy 3 anos atrás
pai
commit
2a1fde82be
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      goto.js

+ 2 - 2
goto.js

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