more
This commit is contained in:
parent
0176b7f038
commit
41682f1712
@ -57,6 +57,7 @@
|
|||||||
var link = document.createElement("a");
|
var link = document.createElement("a");
|
||||||
link.href = u.toString();
|
link.href = u.toString();
|
||||||
link.innerText = "[Link]";
|
link.innerText = "[Link]";
|
||||||
|
e.appendChild(document.createElement("hr"));
|
||||||
e.appendChild(link);
|
e.appendChild(link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user