summaryrefslogtreecommitdiff
path: root/static/sound.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/sound.js')
-rw-r--r--static/sound.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/sound.js b/static/sound.js
index 85386ce..7dbb42a 100644
--- a/static/sound.js
+++ b/static/sound.js
@@ -47,6 +47,7 @@ function playsound(model) {
if(next) {
playsound(next, $('#cid-' + next.cid));
} else {
+ $('#status').text('');
sound.stop();
sound.destruct();
sound = null;