Fix editor height locking features where it was displaying overflow instead of autoing

This commit is contained in:
benmcmahon100
2015-08-14 21:46:13 +01:00
parent f07f74f523
commit d784cfcd76

View File

@ -340,8 +340,6 @@ $(document).ready(function() {
magiVal = 0; magiVal = 0;
} }
console.log(magiVal);
$('.scroll-locker').css("min-height", $('.editorScrollDiv').height()).css("height",magiVal-185); $('.scroll-locker').css("min-height", $('.editorScrollDiv').height()).css("height",magiVal-185);
} }
else { else {