Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tabs/adjustments.js')
-rw-r--r--tabs/adjustments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabs/adjustments.js b/tabs/adjustments.js
index c1604e3b..ba81767d 100644
--- a/tabs/adjustments.js
+++ b/tabs/adjustments.js
@@ -67,7 +67,7 @@ TABS.adjustments.initialize = function (callback) {
var availableFunctionCount = 59; // Set this to highest adjustment value + 1
var functionListOptions = $(functionListOptions).slice(0,availableFunctionCount);
- functionList.empty().append(functionListOptions);
+ //functionList.empty().append(functionListOptions);
functionList.val(adjustmentRange.adjustmentFunction);