Commit 54a5c5d9 by doszhang

dos

parent 077d0a07
...@@ -86,13 +86,13 @@ $(document).ready(function () { ...@@ -86,13 +86,13 @@ $(document).ready(function () {
// } // }
// }); // });
// video1.addEventListener('pause', function () { video1.addEventListener('pause', function () {
// if (video1.paused && video2.paused && video3.paused) { if (video1.paused && video2.paused && video3.paused) {
// if (musicStatus) { if (musicStatus) {
// $('#music')[0].play(); $('#music')[0].play();
// } }
// } }
// }); });
// video1.addEventListener('play', function () { // video1.addEventListener('play', function () {
// play = 'video1'; // play = 'video1';
......
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 sign in to comment