Commit 9f1e6cbf authored by Quxl's avatar Quxl

x

parent 23d33b25
...@@ -67,7 +67,7 @@ body { ...@@ -67,7 +67,7 @@ body {
if(keyNum=='32'){ if(keyNum=='32'){
var status = xplayer.getStatus(); var status = xplayer.getStatus();
console.log(status); console.log(status);
if(status == 'play') { if(status == 'playing') {
xplayer.pause(); xplayer.pause();
} else { } else {
xplayer.play(); xplayer.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