mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Fix power tab
This commit is contained in:
parent
9be1fe8fb1
commit
87d4e47427
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ TABS.power.initialize = function (callback) {
|
||||||
}
|
}
|
||||||
$(".tab-power").addClass("supported");
|
$(".tab-power").addClass("supported");
|
||||||
|
|
||||||
|
$("#calibrationmanagercontent").hide();
|
||||||
|
$("#calibrationmanagerconfirmcontent").hide();
|
||||||
|
|
||||||
// battery
|
// battery
|
||||||
var template = $('#tab-power-templates .battery-state .battery-state');
|
var template = $('#tab-power-templates .battery-state .battery-state');
|
||||||
var destination = $('.tab-power .battery-state');
|
var destination = $('.tab-power .battery-state');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue