Update watch.js

pull/4075/head
IgorA100 2024-06-11 22:48:02 +03:00 committed by GitHub
parent e874fd9c1f
commit 6308ceaf0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -1216,9 +1216,6 @@ function watchFullscreen() {
}
function watchAllEvents() {
const currentMonitor = monitorData.find((o) => {
return parseInt(o["id"]) === monitorId;
});
window.location.replace(currentMonitor.urlForAllEvents);
}