Merge pull request #2047 from Asizon/fix_superexporates_typo

Fix superexpoRates typo on pidtuning tab
10.7.0-preview
Michael Keller 2020-06-07 00:58:33 +12:00 committed by GitHub
commit e14b560c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ TABS.pid_tuning.initialize = function (callback) {
FEATURE_CONFIG.features.generateElements($('.tab-pid_tuning .features'));
if (semver.lt(CONFIG.apiVersion, "1.16.0") || semver.gte(CONFIG.apiVersion, "1.20.0")) {
$('.tab-pid_tuning .pidTuningSuperexpoRate').hide();
$('.tab-pid_tuning .pidTuningSuperexpoRates').hide();
}
if (semver.lt(CONFIG.apiVersion, "1.39.0")) {