mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
removing about page
This commit is contained in:
parent
74323d894f
commit
475b331816
6 changed files with 48 additions and 48 deletions
|
@ -74,8 +74,6 @@ $(document).ready(function() {
|
|||
$('#content').load("./tabs/sensors.html", tab_initialize_sensors);
|
||||
} else if ($(self).parent().hasClass('tab_cli')) {
|
||||
$('#content').load("./tabs/cli.html", tab_initialize_cli);
|
||||
} else if ($(self).parent().hasClass('tab_about')) {
|
||||
$('#content').load("./tabs/about.html", tab_initialize_about);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue