1
0
Fork 0
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:
cTn 2013-11-09 07:02:08 +01:00
parent 74323d894f
commit 475b331816
6 changed files with 48 additions and 48 deletions

View file

@ -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);
}
});
}