mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
about tab and other tiny improvements
This commit is contained in:
parent
5183cde5f2
commit
369a3cb020
8 changed files with 42 additions and 9 deletions
|
@ -43,13 +43,14 @@ $(document).ready(function() {
|
|||
$('#content').load("./tabs/sensors.html", tab_initialize_sensors);
|
||||
} else if ($(this).parent().hasClass('tab_cli')) {
|
||||
$('#content').load("./tabs/cli.html", tab_initialize_cli);
|
||||
} else if ($(this).parent().hasClass('tab_about')) {
|
||||
$('#content').load("./tabs/about.html");
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
// temporary
|
||||
//$('#content').load("./tabs/cli.html", tab_initialize_cli);
|
||||
//$('#content').load("./tabs/about.html");
|
||||
});
|
||||
|
||||
function disable_timers() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue