more
This commit is contained in:
parent
118f7f4ee0
commit
97fccd342f
@ -48,7 +48,7 @@
|
|||||||
return resp.json();
|
return resp.json();
|
||||||
}).then(function(j) {
|
}).then(function(j) {
|
||||||
console.log(j);
|
console.log(j);
|
||||||
if (j.legnth) {
|
if (j.length) {
|
||||||
var e = document.getElementById("post_body_{{post.PostHash}}");
|
var e = document.getElementById("post_body_{{post.PostHash}}");
|
||||||
if(e) {
|
if(e) {
|
||||||
var u = new URL(j[0].ReferencedURI);
|
var u = new URL(j[0].ReferencedURI);
|
||||||
|
Reference in New Issue
Block a user