diff --git a/contrib/templates/placebo/post.mustache b/contrib/templates/placebo/post.mustache index b0c650f..68bde98 100644 --- a/contrib/templates/placebo/post.mustache +++ b/contrib/templates/placebo/post.mustache @@ -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);