This commit is contained in:
2023-08-08 18:23:08 +03:00
parent 80cb5d4c67
commit 48e0e36f91
2 changed files with 2 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ function check_new_messages (window,it){
data: JSON.stringify(data_new_messages),
success: function(data){
success_check_new_messages(data)
const beep = new Audio('/static/sounds/beep.MP3');
beep.play()
},
error: function (data){

BIN
static/sounds/beep.MP3 Normal file

Binary file not shown.