Archived
1
0
This commit is contained in:
Jeff Becker 2019-03-02 11:29:45 -05:00
parent 0176b7f038
commit 41682f1712
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

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