From 32223731f8a777abe21c447531ea67cc50a3b699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 13 Jun 2020 17:07:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20infowindow-view.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/geo/ui/infowindow-view.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 () {