10.3.x-maintenance
mikeller 2016-07-04 19:37:26 +12:00
parent 821bcc6649
commit 0a95079577
2 changed files with 6 additions and 3 deletions

View File

@ -179,7 +179,7 @@
<th class="third" i18n="pidTuningTransition"></th>
</tr>
</table>
<table>
<table id="pid_level" class="pid_tuning">
<tr>
<th colspan="3">
<div class="pid_mode">
@ -203,7 +203,6 @@
</table>
</div>
<div id="pid_filter" class="gui_box grey topspacer pid_tuning">
<div class="helpicon cf_tip" i18n_title="FilterTip"></div>
<table class="pid_titlebar">
<tr>
<th class="third" i18n="pidTuningGyro"></th>
@ -214,7 +213,10 @@
<table>
<tr>
<th colspan="3">
<div class="pid_mode" i18n="pidTuningLfpFilters"> </div>
<div class="pid_mode">
<div i18n="pidTuningLfpFilters" style="float: left;"> </div>
<div class="helpicon cf_tip" i18n_title="FilterTip"></div>
</div>
</th>
</tr>
<tr>

View File

@ -289,6 +289,7 @@ TABS.pid_tuning.initialize = function (callback) {
if (have_sensor(CONFIG.activeSensors, 'acc')) {
$('#pid_accel').show();
$('#pid_level').show();
}
var showTitle = false;