Add anchor on table lines
This commit is contained in:
parent
bf556753b3
commit
eb6427ec6c
1
main.go
1
main.go
@ -43,6 +43,7 @@ function disp(rendus) {
|
|||||||
var row = document.createElement("tr");
|
var row = document.createElement("tr");
|
||||||
|
|
||||||
var col = document.createElement("th");
|
var col = document.createElement("th");
|
||||||
|
col.id = login;
|
||||||
col.innerHTML = login;
|
col.innerHTML = login;
|
||||||
row.appendChild(col);
|
row.appendChild(col);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user