1
0
Fork 0
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:
cTn 2013-04-13 15:29:52 +02:00
parent 5183cde5f2
commit 369a3cb020
8 changed files with 42 additions and 9 deletions

View file

@ -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() {