Przeglądaj źródła

wesmiler ECY 画画交易平台

APPLE 3 lat temu
rodzic
commit
6f0c8858de
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      application/shop/view/index/index.html

+ 1 - 1
application/shop/view/index/index.html

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