0.0.87
This commit is contained in:
@@ -99,12 +99,13 @@ function success_check_new_messages (data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data.users_list_html){
|
if (data.users_list_html){
|
||||||
document.querySelector(".block-list-of-users").innerHTML = data.html;
|
document.querySelector(".block-list-of-users").innerHTML = data.users_list_html.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data.required_beep === true){
|
if (data.required_beep === true){
|
||||||
const beep = new Audio('/static/sounds/beep_2.mp3')
|
const beep = new Audio('/static/sounds/beep_2.mp3')
|
||||||
beep.play()
|
beep.play()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user