Fix eslint
parent
fa19356dbd
commit
843231cb92
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue