Przeglądaj źródła

Fix last element missing in digit model drop down (#2282)

Slider0007 2 lat temu
rodzic
commit
e2cf8337d4
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      sd-card/html/readconfigparam.js

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

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