g
This commit is contained in:
parent
cad9b6f493
commit
3e29ef0677
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ fetch(host.replace("%", "top10")).then(r => r.text()).then(r => {
|
||||||
var tr = document.createElement("tr");
|
var tr = document.createElement("tr");
|
||||||
|
|
||||||
var th = document.createElement("th");
|
var th = document.createElement("th");
|
||||||
th.title = "Info Hash"
|
th.title = "info hash"
|
||||||
th.textContent = "\uf4df";
|
th.textContent = "\uf4df";
|
||||||
tr.appendChild(th);
|
tr.appendChild(th);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue