Skip to content

Commit

Permalink
Fix OSD timer (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Apr 12, 2024
1 parent 8c7e952 commit 0acc0e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2887,8 +2887,6 @@ osd.initialize = function(callback) {
const timerPrecisionOptionText = i18n.getMessage(`osdTimerPrecisionOption${inflection.camelize(e.toLowerCase())}`);
precision.append(`<option value="${i}">${timerPrecisionOptionText}</option>`);
});
// 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];
Expand Down

0 comments on commit 0acc0e4

Please sign in to comment.