Archived
1
0
This commit is contained in:
Jeff Becker 2019-03-02 11:24:22 -05:00
parent 118f7f4ee0
commit 97fccd342f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -48,7 +48,7 @@
return resp.json();
}).then(function(j) {
console.log(j);
if (j.legnth) {
if (j.length) {
var e = document.getElementById("post_body_{{post.PostHash}}");
if(e) {
var u = new URL(j[0].ReferencedURI);