Fix linting errors

This commit is contained in:
MrTimscampi 2020-05-30 23:15:06 +02:00
parent 88a39a10e5
commit e2ae0d1e2b
2 changed files with 23 additions and 23 deletions

View file

@ -55,7 +55,7 @@ define(['layoutManager', 'browser', 'css!./emby-textarea', 'registerElement', 'e
newHeight = textarea.scrollHeight/* - offset*/;
hasGrown = true;
}
$('.customCssContainer').css("height", newHeight + 'px');
$('.customCssContainer').css('height', newHeight + 'px');
textarea.style.height = newHeight + 'px';
}