diff --git a/lib/videojs-resolution-switcher.js b/lib/videojs-resolution-switcher.js index 90e5342..00d319c 100644 --- a/lib/videojs-resolution-switcher.js +++ b/lib/videojs-resolution-switcher.js @@ -34,10 +34,6 @@ this.on('touchstart', this.onClick) }, onClick: function(){ - console.log(this.el().parentNode.children) - this.el().parentNode.children.forEach(function(el){ - el.classList.remove('vjs-selected') - }) // Hide bigPlayButton player.bigPlayButton.hide() // Remember player state @@ -154,7 +150,6 @@ // Create resolution switcher for videos form tag inside