diff --git a/src/geo/ui/infowindow-view.js b/src/geo/ui/infowindow-view.js index 421686f..cd909cd 100644 --- a/src/geo/ui/infowindow-view.js +++ b/src/geo/ui/infowindow-view.js @@ -183,7 +183,7 @@ var Infowindow = View.extend({ poster="http://vjs.zencdn.net/v/oceans.png"> \ '); - $cover.append($video); + //$cover.append($video); this._stopCoverLoader(); @@ -210,11 +210,6 @@ var Infowindow = View.extend({ this._stopCoverLoader(); - - player = videojs('hls-video'); - - player.play(); - return; /* @@ -675,7 +670,6 @@ var Infowindow = View.extend({ $(document).off('keyup', this._onKeyUp); if (force || !this.model.get('visibility')) this._animateOut(); - if (palyer) player.pause(); }, _updateAndAdjustPan: function () {