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

This commit is contained in:
Slider0007
2023-04-01 23:27:54 +02:00
committed by GitHub
parent e995d6c498
commit e2cf8337d4

View File

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