We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9dc7aa + 2bf7fae commit e14b560Copy full SHA for e14b560
src/js/tabs/pid_tuning.js
@@ -994,7 +994,7 @@ TABS.pid_tuning.initialize = function (callback) {
994
FEATURE_CONFIG.features.generateElements($('.tab-pid_tuning .features'));
995
996
if (semver.lt(CONFIG.apiVersion, "1.16.0") || semver.gte(CONFIG.apiVersion, "1.20.0")) {
997
- $('.tab-pid_tuning .pidTuningSuperexpoRate').hide();
+ $('.tab-pid_tuning .pidTuningSuperexpoRates').hide();
998
}
999
1000
if (semver.lt(CONFIG.apiVersion, "1.39.0")) {
0 commit comments