diff options
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/jrnl_list.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/posts/templates/posts/jrnl_list.html b/app/posts/templates/posts/jrnl_list.html index 8e3c4df..93d64ad 100644 --- a/app/posts/templates/posts/jrnl_list.html +++ b/app/posts/templates/posts/jrnl_list.html @@ -47,8 +47,7 @@ <script> function resizeIframe(obj) { - console.log((obj.contentWindow.document.body.scrollHeight - 50) + 'px'); - obj.style.height = (obj.contentWindow.document.body.scrollHeight - 50) + 'px'; + obj.style.height = (obj.contentWindow.document.body.scrollHeight - 75) + 'px'; } </script> {% endblock %} |