diff --git a/catalog/js/catalog.js b/catalog/js/catalog.js index 2a7a9e6..3384dd3 100644 --- a/catalog/js/catalog.js +++ b/catalog/js/catalog.js @@ -19,7 +19,7 @@ function load() {

Last update: ?

\

\ Link:\ - reader\ + reader\

\ \ '; @@ -28,7 +28,7 @@ function load() { document.getElementById("titles").innerHTML = strCatalog; } } - xmlhttp.open("GET", "https://amangathing.ddns.net/db.json", true); + xmlhttp.open("GET", "/db.json", true); xmlhttp.send(); } diff --git a/reader/js/reader.js b/reader/js/reader.js index b6e81d1..ef3396a 100644 --- a/reader/js/reader.js +++ b/reader/js/reader.js @@ -238,7 +238,7 @@ xmlhttp.onreadystatechange = function () { } } } -xmlhttp.open("GET", "https://amangathing.ddns.net/db.json", true); +xmlhttp.open("GET", "/db.json", true); xmlhttp.send();