mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +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');
|
|
});
|
|
} |