Skip to content

Commit

Permalink
Delete trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
sevimuelli authored and MichaIng committed May 28, 2024
1 parent 4a24544 commit ed98d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions motioneye/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ function updateLayout() {

if (width > maxWidth) {
getPageContainer().css('width', ''); /* page container width already at its maximum */
}
}
else {
getPageContainer().css('width', width);
}
Expand Down Expand Up @@ -5132,7 +5132,7 @@ function addCameraFrameUi(cameraConfig) {
}
}
}

cameraConfig.updateActionButtons = updateActionButtons;
}

Expand Down

0 comments on commit ed98d6d

Please # to comment.