mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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() {
|
||||
GUI.active_tab = 'default';
|
||||
|
||||
// handle smaller resolution
|
||||
if (screen.height <= 600) {
|
||||
$('p.created').hide();
|
||||
}
|
||||
|
||||
// load changelog content
|
||||
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue