From 55f8d5a0d4f4cf2ee74de9a349f4c437747bf079 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 1 Aug 2011 02:54:26 -0700 Subject: some style details --- static/script.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'static/script.js') diff --git a/static/script.js b/static/script.js index 21e01d0..1a10f88 100644 --- a/static/script.js +++ b/static/script.js @@ -76,13 +76,14 @@ function pause(yid) { if (current_id != yid) return player.pauseVideo(); - showPlay(yid) + showPlay(yid); } function stop(yid) { if (current_id != yid) return player.stopVideo(); - showPlay(yid) + showPlay(yid); + drawBar(yid); } function showPlay(yid) { -- cgit v1.2.3