diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-14 14:49:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-14 14:49:14 -0500 |
commit | 8b745907cc6aab2df71e6eb0de1f6b76564aad33 (patch) | |
tree | 616eaa9cfb897a55ffd68ad8cc767ae5888e484c /youtube/static/js/plyr-start.js | |
parent | ecb8d406f85b734cb32bf7a5dda602fb3c377ac6 (diff) | |
download | yt-local-8b745907cc6aab2df71e6eb0de1f6b76564aad33.tar.lz yt-local-8b745907cc6aab2df71e6eb0de1f6b76564aad33.tar.xz yt-local-8b745907cc6aab2df71e6eb0de1f6b76564aad33.zip |
improve quality-select
Diffstat (limited to 'youtube/static/js/plyr-start.js')
-rw-r--r-- | youtube/static/js/plyr-start.js | 7 |
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; - }); }()); |