summaryrefslogtreecommitdiff
path: root/app/posts/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-11-23 11:25:46 -0600
committerluxagraf <sng@luxagraf.net>2024-11-23 11:25:46 -0600
commit77f7230117242d4d525a49147cc59f388d68f6d2 (patch)
tree748298ff1984ca46bad4f7e9973fa491b5fe1bcd /app/posts/templates
parent74451f6b8020dede265e8023a466806a586b11be (diff)
more debug
Diffstat (limited to 'app/posts/templates')
-rw-r--r--app/posts/templates/posts/jrnl_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/jrnl_list.html b/app/posts/templates/posts/jrnl_list.html
index 2bd0593..0242512 100644
--- a/app/posts/templates/posts/jrnl_list.html
+++ b/app/posts/templates/posts/jrnl_list.html
@@ -47,7 +47,7 @@
<script>
function resizeIframe(obj) {
- console.log(obj.contentWindow.document.body.scrollHeight + 'px');
+ console.log((obj.contentWindow.document.body.scrollHeight - 50) + 'px');
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>