From abc660ce66a52b350489fbd8ffd1b203d256153b Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 12 Apr 2024 11:59:15 +0200 Subject: [PATCH] Fix OSD timer --- src/js/tabs/osd.js | 2 -- 1 file changed, 2 deletions(-) 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];