mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #1320 from mattermost/PLT-1040
PLT-1040 changing ding
This commit is contained in:
@@ -155,7 +155,7 @@ var canDing = true;
|
||||
|
||||
export function ding() {
|
||||
if (!isBrowserFirefox() && canDing) {
|
||||
var audio = new Audio('/static/images/ding.mp3');
|
||||
var audio = new Audio('/static/images/bing.mp3');
|
||||
audio.play();
|
||||
canDing = false;
|
||||
setTimeout(() => canDing = true, 3000);
|
||||
|
||||
BIN
web/static/images/bing.mp3
Normal file
BIN
web/static/images/bing.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user