eng0.3.2
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user