eslint
This commit is contained in:
parent
1772d37c08
commit
691f9a70f9
|
@ -131,7 +131,7 @@ function changeScale() {
|
|||
|
||||
streamImg.width( newWidth );
|
||||
streamImg.height( newHeight );
|
||||
streamImg.src = oldSrc;
|
||||
streamImg.src = newSrc;
|
||||
} else {
|
||||
console.error('No element found for liveStream'+monitorId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue