summaryrefslogtreecommitdiff
path: root/app/posts
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2024-11-23 11:22:03 -0600
committerluxagraf <sng@luxagraf.net>2024-11-23 11:22:03 -0600
commit74451f6b8020dede265e8023a466806a586b11be (patch)
tree5a38474c7742cb7c3db6f94af7cfd83e8972f136 /app/posts
parent377e58ba46ae53653a40303db9d9d19e6d86fcf7 (diff)
jrnl: debug
Diffstat (limited to 'app/posts')
-rw-r--r--app/posts/templates/posts/jrnl_list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/posts/templates/posts/jrnl_list.html b/app/posts/templates/posts/jrnl_list.html
index 1a51106..2bd0593 100644
--- a/app/posts/templates/posts/jrnl_list.html
+++ b/app/posts/templates/posts/jrnl_list.html
@@ -47,6 +47,7 @@
<script>
function resizeIframe(obj) {
+ console.log(obj.contentWindow.document.body.scrollHeight + 'px');
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>