From 52a79d05e74bf10b22115ca6c805206b76f7be26 Mon Sep 17 00:00:00 2001 From: Kittenoncatnip Date: Wed, 16 Jan 2019 10:42:27 +0000 Subject: [PATCH] Update read.html --- templates/read.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/read.html b/templates/read.html index 504083d..2c2dfc9 100644 --- a/templates/read.html +++ b/templates/read.html @@ -41,16 +41,9 @@ function resizeIframe() { var contentHeight = $("#bookContent").contents().find("html").height(); var menuHeight = $("#bookMenu").height(); - if (contentHeight < menuHeight) { - $("#bookContent").height(menuHeight); - } else { - $("#bookContent").height(contentHeight); - } } - - + + + + + {{template "footer.html"}}