diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-11 23:33:10 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-11 23:33:10 -0500 |
commit | 74b2bb76ca3be85092a978ee60d26340c7e789a8 (patch) | |
tree | 6a68f05a31c4b6b95deec1c95f3e3f5b5cfffaf2 /app/products | |
parent | f8ed76a7aabbf8fd9f0573966e8b09902251f32c (diff) |
final test
Diffstat (limited to 'app/products')
-rw-r--r-- | app/products/static/product-loader.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/products/static/product-loader.js b/app/products/static/product-loader.js index 8c1f7b4..6d04b61 100644 --- a/app/products/static/product-loader.js +++ b/app/products/static/product-loader.js @@ -1,5 +1,5 @@ function add_products(){ - var el = document.getElementById("id_body_markdown"); + var el = document.getElementById("images_frame"); if (el){ var iframe='<iframe frameborder="0" style="border: #dddddd 1px solid;margin-left: 20px;width:330px; height:720px;" src="/luxproduct/insert/?textarea='+el.id+'"></iframe>'; el.insertAdjacentHTML('afterend', iframe); |