This commit is contained in:
Hell13Cat
2022-04-30 16:02:17 +03:00
parent cd717bfa75
commit de06966289
8 changed files with 39 additions and 18 deletions
+1
View File
@@ -26,6 +26,7 @@ function start() {
let ch_one = document.createElement('a');
ch_one.href = "ch.html#" + list_ch[index]["id"];
ch_one.textContent = list_ch[index]["name"]
ch_one.className = "links";
ch_p_one.append(ch_one);
document.getElementById('helper1').before(ch_p_one);
}