Skip to content

Commit 0acc0e4

Browse files
authored
Fix OSD timer (#3894)
1 parent 8c7e952 commit 0acc0e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/tabs/osd.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,8 +2887,6 @@ osd.initialize = function(callback) {
28872887
const timerPrecisionOptionText = i18n.getMessage(`osdTimerPrecisionOption${inflection.camelize(e.toLowerCase())}`);
28882888
precision.append(`<option value="${i}">${timerPrecisionOptionText}</option>`);
28892889
});
2890-
// Sort the element, if need to group, do it by lexical sort, ie. by naming of (the translated) selection text
2891-
precision.sortSelect();
28922890
precision[0].selectedIndex = tim.precision;
28932891
precision.blur(function() {
28942892
const idx = $(this)[0].id.split("_")[1];

0 commit comments

Comments
 (0)