Compare commits
2 Commits
29bdb33466
...
b3ea94db3d
| Author | SHA1 | Date | |
|---|---|---|---|
| b3ea94db3d | |||
| 48e0e36f91 |
@@ -70,6 +70,8 @@ function check_new_messages (window,it){
|
|||||||
data: JSON.stringify(data_new_messages),
|
data: JSON.stringify(data_new_messages),
|
||||||
success: function(data){
|
success: function(data){
|
||||||
success_check_new_messages(data)
|
success_check_new_messages(data)
|
||||||
|
const beep = new Audio('/static/sounds/beep.MP3');
|
||||||
|
beep.play()
|
||||||
},
|
},
|
||||||
error: function (data){
|
error: function (data){
|
||||||
|
|
||||||
|
|||||||
BIN
static/sounds/beep.MP3
Normal file
BIN
static/sounds/beep.MP3
Normal file
Binary file not shown.
Reference in New Issue
Block a user