aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js/plyr-start.js
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/static/js/plyr-start.js')
-rw-r--r--youtube/static/js/plyr-start.js7
1 files changed, 0 insertions, 7 deletions
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;
- });
}());