Skip to content

Commit

Permalink
Fix power tab (betaflight#1511)
Browse files Browse the repository at this point in the history
Fix power tab
  • Loading branch information
mikeller authored Jul 1, 2019
2 parents fa79242 + 87d4e47 commit 8895405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/tabs/power.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 8895405

Please sign in to comment.