mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
moving default tab to new tabs object
This commit is contained in:
parent
7e67cccf96
commit
5efb1685a4
5 changed files with 21 additions and 11 deletions
|
@ -51,7 +51,7 @@ $(document).ready(function() {
|
|||
$('#content').empty();
|
||||
|
||||
// load default html
|
||||
tab_initialize_default();
|
||||
tabs.default.initialize();
|
||||
}
|
||||
|
||||
$(this).data("clicks", !clicks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue