db0.1.1-en0.1.2

This commit is contained in:
Hell13Cat
2022-04-10 18:45:03 +03:00
parent 7179295a27
commit a4f1506f6d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ function load_page_first() {
var json_ready = request.response;
document.getElementById('prevbutton').style.visibility = "hidden";
document.getElementById('namech').textContent = json_ready["name_ch"];
document.title = json_ready["name_ch"];
document.getElementById('infostart').textContent = json_ready["start"];
document.getElementById('infoend').textContent = json_ready["end"];
document.getElementById('infohead').textContent = json_ready["head"];