From 7530aa67aca62201ad5c24c8e023c00c37886680 Mon Sep 17 00:00:00 2001 From: Kittenoncatnip Date: Wed, 16 Jan 2019 10:17:55 +0000 Subject: [PATCH] Update read.html --- templates/read.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/read.html b/templates/read.html index 504083d..47e0342 100644 --- a/templates/read.html +++ b/templates/read.html @@ -41,11 +41,6 @@ function resizeIframe() { var contentHeight = $("#bookContent").contents().find("html").height(); var menuHeight = $("#bookMenu").height(); - if (contentHeight < menuHeight) { - $("#bookContent").height(menuHeight); - } else { - $("#bookContent").height(contentHeight); - } }