From d784cfcd766c714452f87cab9a0e959057598aaf Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Fri, 14 Aug 2015 21:46:13 +0100 Subject: [PATCH] Fix editor height locking features where it was displaying overflow instead of autoing --- public/js/main_0.0.3.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/js/main_0.0.3.js b/public/js/main_0.0.3.js index 251e106c74..a1916fe3e3 100644 --- a/public/js/main_0.0.3.js +++ b/public/js/main_0.0.3.js @@ -340,8 +340,6 @@ $(document).ready(function() { magiVal = 0; } - console.log(magiVal); - $('.scroll-locker').css("min-height", $('.editorScrollDiv').height()).css("height",magiVal-185); } else {