From 58d5653f381e293addc330bb64337371b4e61e8a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 11 Nov 2020 23:08:46 -0500 Subject: improved post admin some more --- app/utils/static/image-loader.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/utils') diff --git a/app/utils/static/image-loader.js b/app/utils/static/image-loader.js index 121c3be..a4e75c2 100644 --- a/app/utils/static/image-loader.js +++ b/app/utils/static/image-loader.js @@ -2,6 +2,7 @@ function add_images(){ var el = document.getElementById("id_body_markdown"); if (el){ var iframe = ''; + iframe.id = "images_id"; el.insertAdjacentHTML('afterend', iframe); } -- cgit v1.2.3-70-g09d2