fix alarm if statement

mitchross-coral-installer-update
Moe Alam 2020-12-01 07:25:45 -08:00
parent 55cec40869
commit 7442b999d7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ $.ccio.globalWebsocket=function(d,user){
$.ccio.soundAlarmed = false
},user.details.audio_delay * 1000)
}
if($.ccio.windowFocus = true){
if($.ccio.windowFocus === true){
audio.play()
}else{
clearInterval($.ccio.soundAlarmInterval)