Merge pull request #3851 from IgorA100/patch-11

Fix Handling a button click
pull/3853/head
Isaac Connor 2024-03-04 17:08:52 -05:00 committed by GitHub
commit efaffa3156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -810,11 +810,11 @@ function videoEvent() {
}
function eventLive() {
window.location.assign("?view=watch&mid='+eventData.MonitorId+'");
window.location.assign("?view=watch&mid="+eventData.MonitorId);
}
function eventEdit() {
window.location.assign("?view=monitor&mid='+eventData.MonitorId+'");
window.location.assign("?view=monitor&mid="+eventData.MonitorId);
}
function viewAllEvents() {