fix popups of apps without app.ts/js wont work as eT2 is not available

it get's included by the app.ts/js otherwise
This commit is contained in:
Ralf Becker
2021-07-13 20:54:08 +02:00
parent 2439e6de98
commit 2f155e0d79
3 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const config = {
"pixelegg/js/fw_pixelegg.min": "pixelegg/js/fw_pixelegg.js",
"pixelegg/js/fw_mobile.min": "pixelegg/js/fw_mobile.js",
"api/js/jsapi/egw.min": "api/js/jsapi/egw_modules.js",
"api/js/etemplate/etemplate2": "api/js/etemplate/etemplate2.ts",
// app.ts/js are added automatic by addAppsConfig() below
},