mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
6 lines
No EOL
213 B
JavaScript
6 lines
No EOL
213 B
JavaScript
function tab_initialize_default() {
|
|
$('#content').load("./tabs/default.html", function() {
|
|
// load changelog content
|
|
$('div.changelog.configurator .wrapper').load('./changelog.html');
|
|
});
|
|
} |