1
0
Fork 0
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:
cTn 2014-07-10 18:14:17 +02:00
parent 7e67cccf96
commit 5efb1685a4
5 changed files with 21 additions and 11 deletions

View file

@ -51,7 +51,7 @@ $(document).ready(function() {
$('#content').empty();
// load default html
tab_initialize_default();
tabs.default.initialize();
}
$(this).data("clicks", !clicks);