Chore: Mark "const el" as unused (watch.js)

pull/4048/head
IgorA100 2024-05-28 12:28:13 +03:00 committed by GitHub
parent faa3ed3aa7
commit d009b14fba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1309,7 +1309,7 @@ function monitorsSetScale(id=null) {
return parseInt(o["id"]) === id;
});
}
const el = document.getElementById('liveStream'+id);
//const el = document.getElementById('liveStream'+id);
if (panZoomEnabled) {
var panZoomScale = zmPanZoom.panZoom[id].getScale();
} else {
@ -1355,7 +1355,7 @@ function monitorsSetScale(id=null) {
} else {
for ( let i = 0, length = monitors.length; i < length; i++ ) {
const id = monitors[i].id;
const el = document.getElementById('liveStream'+id);
//const el = document.getElementById('liveStream'+id);
if (panZoomEnabled) {
var panZoomScale = panZoom[id].getScale();
} else {