This commit is contained in:
Andrew Bauer 2020-12-07 14:44:45 -06:00
parent 1772d37c08
commit 691f9a70f9
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}