diff --git a/web/skins/classic/views/js/event.js b/web/skins/classic/views/js/event.js index 9e616a7e9..e21ffed16 100644 --- a/web/skins/classic/views/js/event.js +++ b/web/skins/classic/views/js/event.js @@ -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() {