From 3b009ee01f6e5e6f98e2853d60ded24ea7f0adbe Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 16 Dec 2012 14:05:12 +0100 Subject: Moved status and clear it when done playing. --- static/index.html | 3 +-- static/sound.js | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 6b7b4dc..b320435 100644 --- a/static/index.html +++ b/static/index.html @@ -18,11 +18,10 @@
- -
Play Play +
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; -- cgit v1.2.3