Spaces:
Running
Running
Commit
·
48fc19a
1
Parent(s):
b91f403
test
Browse files- ui/media/main.js +1 -1
ui/media/main.js
CHANGED
@@ -256,7 +256,7 @@ function playSound() {
|
|
256 |
try {
|
257 |
audio.play();
|
258 |
} catch(e) {
|
259 |
-
reject;
|
260 |
}
|
261 |
}).catch(function() {
|
262 |
// Probablt just not supported by your environment
|
|
|
256 |
try {
|
257 |
audio.play();
|
258 |
} catch(e) {
|
259 |
+
reject();
|
260 |
}
|
261 |
}).catch(function() {
|
262 |
// Probablt just not supported by your environment
|