1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 05:45:25 +03:00

Remove clickable labels for switches

This commit is contained in:
IvoFPV 2019-09-09 22:11:53 +02:00
parent 3b5b8c65ed
commit cf112f8992
7 changed files with 35 additions and 102 deletions

View file

@ -167,11 +167,9 @@ Features.prototype.generateElements = function (featuresElements) {
+ self._features[i].name
+ '" title="'
+ self._features[i].name
+ '" type="checkbox"/></td><td><label for="feature-'
+ i
+ '">'
+ '" type="checkbox"/></td><td><div>'
+ self._features[i].name
+ '</label></td><td><span i18n="feature' + self._features[i].name + '"></span>'
+ '</div></td><td><span i18n="feature' + self._features[i].name + '"></span>'
+ feature_tip_html + '</td></tr>');
var feature_e = newElement.find('input.feature');