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

pull/1768/head
benmcmahon100 2015-08-14 21:46:13 +01:00
parent f07f74f523
commit d784cfcd76
1 changed files with 0 additions and 2 deletions

View File

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