Browse Source

cases update

andy 3 years ago
parent
commit
2a1fde82be
1 changed files with 2 additions and 2 deletions
  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) {