Skip to content

Commit

Permalink
Fix console.err=>console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Nov 15, 2024
1 parent ce862d4 commit 6236f68
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 6236f68

Please sign in to comment.