|
|
@ -75,11 +75,18 @@ |
|
|
|
<script> |
|
|
|
<script> |
|
|
|
document.onreadystatechange = function () { |
|
|
|
document.onreadystatechange = function () { |
|
|
|
if(document.readyState == "interactive") { |
|
|
|
if(document.readyState == "interactive") { |
|
|
|
|
|
|
|
<<<<<<< HEAD |
|
|
|
var addr = decodeURIComponent(document.cookie).split(";")[0].split("=")[1]; |
|
|
|
var addr = decodeURIComponent(document.cookie).split(";")[0].split("=")[1]; |
|
|
|
console.log("loading from "+addr); |
|
|
|
console.log("loading from "+addr); |
|
|
|
load_titles("https://"+addr+"/manga/search"+window.location.search); |
|
|
|
load_titles("https://"+addr+"/manga/search"+window.location.search); |
|
|
|
document.querySelector("#title_list").style.visibility = "visible"; |
|
|
|
document.querySelector("#title_list").style.visibility = "visible"; |
|
|
|
document.querySelector("#label").textContent = "Result"; |
|
|
|
document.querySelector("#label").textContent = "Result"; |
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
console.log("on load"); |
|
|
|
|
|
|
|
load_titles("https://amangathing.ddns.net/instance/manga/search"+window.location.search); |
|
|
|
|
|
|
|
document.querySelector("#title_list").style.visibility = "visible"; |
|
|
|
|
|
|
|
document.querySelector("#label").textContent = "Result"; |
|
|
|
|
|
|
|
>>>>>>> b91c43f186414c87cd93ead9d8111707b3ac9565 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|