1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2019-11-02 15:24:56 +01:00
parent 14caa6cfc6
commit c27d956323
6 changed files with 388 additions and 203 deletions

View file

@ -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'
];