Fix eslint

pull/3477/head
Isaac Connor 2022-04-28 09:17:11 -04:00
parent fa19356dbd
commit 843231cb92
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ function applyScale() {
}
monitor_frame.width(newWidth);
monitor_frame.height(newHeight);
let monitor_image = $j('#imageFeed'+monitor.id + ' img');
const monitor_image = $j('#imageFeed'+monitor.id + ' img');
monitor_image.width('100%');
monitor_image.height('auto');