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();