mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Fix additional tabs
This commit is contained in:
parent
a4c3490d38
commit
07600e1fa6
11 changed files with 55 additions and 64 deletions
|
@ -79,7 +79,7 @@ TABS.outputs.initialize = function (callback) {
|
|||
}
|
||||
|
||||
function saveSettings(onComplete) {
|
||||
Settings.saveInputs().then(onComplete);
|
||||
Settings.saveInputs(onComplete);
|
||||
}
|
||||
|
||||
function onLoad() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue