From 97fccd342fc390c75dd2eb8a3b8974839a0e4104 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 2 Mar 2019 11:24:22 -0500 Subject: [PATCH] more --- contrib/templates/placebo/post.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);