Merge pull request #1320 from mattermost/PLT-1040

PLT-1040 changing ding
This commit is contained in:
Harrison Healey
2015-11-05 17:26:42 -05:00
2 changed files with 1 additions and 1 deletions

View File

@@ -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

Binary file not shown.