update dependencies, Iframe module loading

This commit is contained in:
_Bastler
2021-08-17 20:33:20 +02:00
parent 123d6fd535
commit fc567e76f4
6 changed files with 11 additions and 9 deletions
+2
View File
@@ -9,5 +9,7 @@
/dist/webpack.config.js
/dist/webpack.config.js.map
/dist/src
/dist/fonts
/dist/*.png
*.sh
!templater.sh
+1 -1
View File
@@ -337,7 +337,7 @@ class IframeListener {
"//" +
window.location.host +
'/iframe_api.js" ></script>\n' +
'<script src="' +
'<script type="module" src="' +
scriptUrl +
'" ></script>\n' +
"<title></title>\n" +