mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
removing obsolete code
This commit is contained in:
parent
53a9466f4c
commit
40a30118a6
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ function tab_initialize_default() {
|
||||||
$('#content').load("./tabs/default.html", function() {
|
$('#content').load("./tabs/default.html", function() {
|
||||||
GUI.active_tab = 'default';
|
GUI.active_tab = 'default';
|
||||||
|
|
||||||
// handle smaller resolution
|
|
||||||
if (screen.height <= 600) {
|
|
||||||
$('p.created').hide();
|
|
||||||
}
|
|
||||||
|
|
||||||
// load changelog content
|
// load changelog content
|
||||||
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue