improve quality-select

This commit is contained in:
Jesús
2021-09-14 14:49:14 -05:00
parent ecb8d406f8
commit 8b745907cc
3 changed files with 16 additions and 20 deletions

View File

@@ -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;
});
}());