commit
efaffa3156
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue