1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Merge pull request #88 from mikeller/remove_cruft

Removed stale cruft.
This commit is contained in:
Michael Keller 2016-07-07 09:59:32 +12:00 committed by GitHub
commit 9edc49c061
2 changed files with 1 additions and 12 deletions

View file

@ -529,13 +529,9 @@
"featureTRANSPONDERTip": {
"message": "Configure via the Race Transponder tab after enabling."
},
"featureSUPEREXPO_RATESTip": {
"message": "Rate value adds instead of rate also Super Expo. Mid stick stays same. Rc rate is always linear. You can modify this setting in the PID tuning tab."
},
"featureAIRMODE": {
"message": "Airmode always enabled!"
},
"configurationFeatureEnabled": {
"message": "Enabled"
},

View file

@ -200,20 +200,13 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
+ feature_tip_html + '</td></tr>');
radioGroups.push(features[i].group);
} else {
var readonlyModifier = '';
if (features[i].mode === 'readonly') {
readonlyModifier = ' readonly';
}
row_e = $('<tr><td><input class="feature toggle"'
+ i
+ '" name="'
+ features[i].name
+ '" title="'
+ features[i].name
+ '" type="checkbox"'
+ readonlyModifier
+ '/></td><td><label for="feature-'
+ '" type="checkbox"/></td><td><label for="feature-'
+ i
+ '">'
+ features[i].name