From a28441be7e5b3bf8659f371c24aa9b40d577275c Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 5 Nov 2015 10:23:06 -0800 Subject: PLT-1040 changing ding --- web/react/utils/utils.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils/utils.jsx') diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx index fff9c460b..90cd7f047 100644 --- a/web/react/utils/utils.jsx +++ b/web/react/utils/utils.jsx @@ -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.wav'); audio.play(); canDing = false; setTimeout(() => canDing = true, 3000); -- cgit v1.2.3-1-g7c22