mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 06:27:07 -04:00
add a call to streamPlay to manage play/pause button
This commit is contained in:
@@ -1220,6 +1220,7 @@ function initPage() {
|
||||
}
|
||||
});
|
||||
document.addEventListener('fullscreenchange', fullscreenChangeEvent);
|
||||
streamPlay();
|
||||
} // end initPage
|
||||
|
||||
document.getElementById('toggleZonesButton').addEventListener('click', toggleZones);
|
||||
|
||||
Reference in New Issue
Block a user