mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Update src/js/main.js
Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
5a74094df1
commit
852c88db65
1 changed files with 1 additions and 3 deletions
|
@ -403,9 +403,7 @@ function startProcess() {
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'configuration':
|
case 'configuration':
|
||||||
import(
|
import("./tabs/configuration").then(({ configuration }) =>
|
||||||
"./tabs/configuration"
|
|
||||||
).then(({ configuration }) =>
|
|
||||||
configuration.initialize(content_ready),
|
configuration.initialize(content_ready),
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue