Skip to content

Commit 8e39b0f

Browse files
authored
Fix: Removed loadFontFaceObserver() call as it is no longer used (watch.js)
Closed https://forums.zoneminder.com/viewtopic.php?t=33897
1 parent 13b218b commit 8e39b0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/skins/classic/views/js/watch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,6 @@ function streamReStart(oldId, newId) {
921921
streamPrepareStart(currentMonitor);
922922
zmPanZoom.init();
923923
zmPanZoom.init({objString: '.imageFeed', disablePan: true, contain: 'inside', additional: true});
924-
loadFontFaceObserver();
925924
manageRTSP2WebChannelStream();
926925
//document.getElementById('monitor').classList.remove('hidden-shift');
927926
}

0 commit comments

Comments
 (0)