rabin vor 8 Jahren
Ursprung
Commit
65d88b6537
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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();