1
0
Fork 0
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:
cTn 2014-02-14 21:53:29 +01:00
parent 53a9466f4c
commit 40a30118a6

View file

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