mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
Dummy dialog
This commit is contained in:
parent
14caa6cfc6
commit
c27d956323
6 changed files with 388 additions and 203 deletions
|
@ -50,7 +50,8 @@ sources.css = [
|
|||
'./js/libraries/switchery/switchery.css',
|
||||
'./js/libraries/jbox/jBox.css',
|
||||
'./node_modules/openlayers/dist/ol.css',
|
||||
'./src/css/logic.css'
|
||||
'./src/css/logic.css',
|
||||
'./src/css/defaults_dialog.css'
|
||||
];
|
||||
|
||||
sources.js = [
|
||||
|
@ -113,6 +114,7 @@ sources.js = [
|
|||
'./tabs/advanced_tuning.js',
|
||||
'./js/peripherals.js',
|
||||
'./js/appUpdater.js',
|
||||
'./js/defaults_dialog.js',
|
||||
'./node_modules/openlayers/dist/ol.js'
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue