|
@@ -179,7 +179,7 @@
|
|
|
var video = document.getElementById('video');
|
|
var video = document.getElementById('video');
|
|
|
video.onclick = function () {
|
|
video.onclick = function () {
|
|
|
var audio = document.getElementById('audio');
|
|
var audio = document.getElementById('audio');
|
|
|
- if(this.paused){
|
|
|
|
|
|
|
+ if(this.paused){
|
|
|
$(this).attr('controls', true);
|
|
$(this).attr('controls', true);
|
|
|
this.play();
|
|
this.play();
|
|
|
}else{
|
|
}else{
|