From a67b3ab4f7619b8df92993937b33b81fa3bdd0eb Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Thu, 7 Jul 2016 09:56:39 +1200 Subject: [PATCH] Removed stale cruft. --- _locales/en/messages.json | 4 ---- tabs/configuration.js | 9 +-------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b2e15d08..af66365d 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" }, diff --git a/tabs/configuration.js b/tabs/configuration.js index 49442054..68c033b3 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -200,20 +200,13 @@ TABS.configuration.initialize = function (callback, scrollPosition) { + feature_tip_html + ''); radioGroups.push(features[i].group); } else { - var readonlyModifier = ''; - if (features[i].mode === 'readonly') { - readonlyModifier = ' readonly'; - } - row_e = $('