From 8b745907cc6aab2df71e6eb0de1f6b76564aad33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 14 Sep 2021 14:49:14 -0500 Subject: improve quality-select --- youtube/static/js/plyr-start.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'youtube/static/js/plyr-start.js') diff --git a/youtube/static/js/plyr-start.js b/youtube/static/js/plyr-start.js index 82b32d6..763a492 100644 --- a/youtube/static/js/plyr-start.js +++ b/youtube/static/js/plyr-start.js @@ -118,11 +118,4 @@ }, settings: ['captions', 'quality', 'speed', 'loop'], }); - - // Hide the external quality selector - window.addEventListener('DOMContentLoaded', function(){ - const qs = document.getElementById('quality-select'); - if (qs) - qs.hidden = true; - }); }()); -- cgit v1.2.3