From 3c41fd7b519137c091b3a5a6f42a6a55cac31f94 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 4 Dec 2020 15:23:46 -0500 Subject: fixed another reference to entry --- app/utils/static/image-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/utils/static/image-loader.js b/app/utils/static/image-loader.js index 2744251..a2f9049 100644 --- a/app/utils/static/image-loader.js +++ b/app/utils/static/image-loader.js @@ -41,7 +41,7 @@ function add_images(){ } document.addEventListener("DOMContentLoaded", function(event) { add_images(); - md = document.forms["entry_form"].elements["body_markdown"]; + md = document.forms["post_form"].elements["body_markdown"]; md.style.maxHeight = "300rem"; md.style.maxWidth = "300rem"; }); -- cgit v1.2.3-70-g09d2