1
0
Fork 0
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:
IvoFPV 2019-06-29 17:46:46 +02:00
parent 9be1fe8fb1
commit 87d4e47427

View file

@ -178,6 +178,9 @@ TABS.power.initialize = function (callback) {
}
$(".tab-power").addClass("supported");
$("#calibrationmanagercontent").hide();
$("#calibrationmanagerconfirmcontent").hide();
// battery
var template = $('#tab-power-templates .battery-state .battery-state');
var destination = $('.tab-power .battery-state');