huaisian пре 3 година
родитељ
комит
35261d5219
1 измењених фајлова са 1 додато и 1 уклоњено
  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];