Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ZoneMinder/zoneminder
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Nov 17, 2024
2 parents 70c7152 + 6236f68 commit d4d6438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/skins/classic/views/js/montage.js
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function fullscreenchanged(event) {
if (monitorId && zmPanZoom.panZoom[monitorId]) {
zmPanZoom.panZoom[monitorId].reset();
} else {
console.err("No panZoom found for ", monitorId, event);
console.error("No panZoom found for ", monitorId, event);
}
}
} // end function fullscreenchanged(event)
Expand Down

0 comments on commit d4d6438

Please sign in to comment.