Commit 9f1e6cbf authored by Quxl's avatar Quxl

x

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