git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84476bb
)
Fix status reporting in test.html.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Sat, 14 Jun 2008 14:01:26 +0000
(16:01 +0200)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Sat, 14 Jun 2008 14:19:23 +0000
(16:19 +0200)
projects/activex/test.html
patch
|
blob
|
history
diff --git
a/projects/activex/test.html
b/projects/activex/test.html
index
e34b03b
..
50fd318
100644
(file)
--- a/
projects/activex/test.html
+++ b/
projects/activex/test.html
@@
-642,6
+642,7
@@
function onPlaying()
\r
function onPause()
\r
{
\r
+ document.getElementById("state").innerHTML = "Paused...";
\r
document.getElementById("PlayOrPause").value = " Play ";
\r
};
\r
\r