Use global config vale for ZM_WEB_POPUP_ON_ALARM

pull/4202/head
Isaac Connor 2022-05-26 16:33:38 -04:00
parent e06925d192
commit e7e692ddbf
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ function MonitorStream(monitorData) {
$j('#MediaPlayer').trigger('play');
}
}
if (POPUP_ON_ALARM) {
if (ZM_WEB_POPUP_ON_ALARM) {
window.focus();
}
if (this.onalarm) {