rabin 8 سال پیش
والد
کامیت
65d88b6537
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      front/templates/pc/device/inc/load.html

+ 1 - 1
front/templates/pc/device/inc/load.html

@@ -14,7 +14,7 @@ $(".player").each(function()
     var url = self.attr('data-url');
     var player = videojs(id, { fluid: true }, function()
     {
-        this.play();
+        //this.play();
 
         this.on('loadeddata', function() {
             var height = $('.video-js video').height();