diff --git a/src/js/tabs/osd.js b/src/js/tabs/osd.js index aa4260e2b3..241841557f 100644 --- a/src/js/tabs/osd.js +++ b/src/js/tabs/osd.js @@ -2887,8 +2887,6 @@ osd.initialize = function(callback) { const timerPrecisionOptionText = i18n.getMessage(`osdTimerPrecisionOption${inflection.camelize(e.toLowerCase())}`); precision.append(``); }); - // Sort the element, if need to group, do it by lexical sort, ie. by naming of (the translated) selection text - precision.sortSelect(); precision[0].selectedIndex = tim.precision; precision.blur(function() { const idx = $(this)[0].id.split("_")[1];