mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-02 13:15:03 -04:00
Pressing any DVR control button will stop cycle. (watch.js)
This commit is contained in:
@@ -601,6 +601,8 @@ function handleClick(event) {
|
||||
const oldId = stringToNumber(document.querySelector('[id ^= "liveStream"]').id);
|
||||
const newId = stringToNumber(targetId);
|
||||
streamReStart(oldId, newId);
|
||||
} else if (event.target.closest('#dvrControls')) { //Controls DVR
|
||||
cyclePause();
|
||||
}
|
||||
if (panZoomEnabled) {
|
||||
//event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user