Update watch.js
parent
e874fd9c1f
commit
6308ceaf0c
|
@ -1216,9 +1216,6 @@ function watchFullscreen() {
|
|||
}
|
||||
|
||||
function watchAllEvents() {
|
||||
const currentMonitor = monitorData.find((o) => {
|
||||
return parseInt(o["id"]) === monitorId;
|
||||
});
|
||||
window.location.replace(currentMonitor.urlForAllEvents);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue