0.0.85
This commit is contained in:
@@ -98,10 +98,14 @@ function success_check_new_messages (data) {
|
||||
document.querySelector(".container-messages").innerHTML = data.html;
|
||||
}
|
||||
}
|
||||
if (data.upd_right_panel === true){
|
||||
document.querySelector(".block-list-of-users")
|
||||
}
|
||||
}
|
||||
if (data.required_beep === true){
|
||||
const beep = new Audio('/static/sounds/beep.MP3')
|
||||
const beep = new Audio('/static/sounds/beep_2.mp3')
|
||||
beep.play()
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
BIN
static/sounds/beep_2.mp3
Normal file
BIN
static/sounds/beep_2.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user