huaisian 3 vuotta sitten
vanhempi
commit
35261d5219
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@@ -740,7 +740,7 @@ function submit() {
 let cityResult;
 $.ajax({
     method: "GET",
-    url: "../json/taiwan_districts.json",
+    url: "./json/taiwan_districts.json",
     dataType: "json",
 }).done(function (msg) {
     cityResult = [...msg];