Use global config vale for ZM_WEB_POPUP_ON_ALARM
parent
e06925d192
commit
e7e692ddbf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue