Преглед изворни кода

Sort model files in configuration combobox (#2189)

* new models ana-cont-11.0.5, ana-class100-1.5.7, dig-class100-1.6.0

* Testcase for #2145
Added debug log, if allowNegativeRates is handeled

* Sort model files in combobox
Frank Haverland пре 3 година
родитељ
комит
ab0fc72257
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      sd-card/html/readconfigparam.js

+ 1 - 0
sd-card/html/readconfigparam.js

@@ -92,6 +92,7 @@ function getTFLITEList() {
      }
 
      tflitelist = tflitelist.split("\t");
+     tflitelist.sort();
      tflitelist.pop();
 
      return tflitelist;