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