mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
8 lines
No EOL
258 B
JavaScript
8 lines
No EOL
258 B
JavaScript
function tab_initialize_default() {
|
|
$('#content').load("./tabs/default.html", function() {
|
|
GUI.active_tab = 'default';
|
|
|
|
// load changelog content
|
|
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
|
});
|
|
} |