Commit 9649fa50 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix status reporting in test.html.

parent 84476bb3
...@@ -642,6 +642,7 @@ function onPlaying() ...@@ -642,6 +642,7 @@ function onPlaying()
function onPause() function onPause()
{ {
document.getElementById("state").innerHTML = "Paused...";
document.getElementById("PlayOrPause").value = " Play "; document.getElementById("PlayOrPause").value = " Play ";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment