Archived
1
0
This commit is contained in:
Jeff 2019-03-02 15:17:47 -05:00
parent ab6fe44e8d
commit 0972f86714

View File

@ -57,6 +57,7 @@
var link = document.createElement("a");
link.href = u.toString();
link.innerText = "[Link]";
link.setAttribute("target", "_blank");
link.setAttribute("class", "post-link")
e.appendChild(document.createElement("hr"));
e.appendChild(link);