summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-05 10:23:06 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-05 10:23:06 -0800
commita28441be7e5b3bf8659f371c24aa9b40d577275c (patch)
tree984fab66867b871c15239cb588b3e28091c338fd /web
parent1578f6ca91f65254b174e366990ce28a98a13b26 (diff)
downloadchat-a28441be7e5b3bf8659f371c24aa9b40d577275c.tar.gz
chat-a28441be7e5b3bf8659f371c24aa9b40d577275c.tar.bz2
chat-a28441be7e5b3bf8659f371c24aa9b40d577275c.zip
PLT-1040 changing ding
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/utils.jsx2
-rw-r--r--web/static/images/bing.wavbin0 -> 88278 bytes
2 files changed, 1 insertions, 1 deletions
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);
diff --git a/web/static/images/bing.wav b/web/static/images/bing.wav
new file mode 100644
index 000000000..1b8b5c54d
--- /dev/null
+++ b/web/static/images/bing.wav
Binary files differ