1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 16:25:19 +03:00

exprimental restore procedure

This commit is contained in:
cTn 2014-10-12 18:00:44 +02:00
parent f313665046
commit b35590f052
2 changed files with 147 additions and 56 deletions

View file

@ -267,9 +267,7 @@ TABS.setup.initialize = function (callback) {
googleAnalytics.sendEvent('Configuration', 'Restore', 'true');
// get latest settings
GUI.tab_switch_cleanup(function () {
TABS.setup.initialize();
});
TABS.setup.initialize();
});
});