diff options
Diffstat (limited to 'src/dashboard.html')
-rw-r--r-- | src/dashboard.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/dashboard.html b/src/dashboard.html index 75b9638..bc53db0 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -22,12 +22,10 @@ <iframe src=""></iframe> -<script src="js/js-loader.js" data-jsList=" -js/vapi-common.js -js/udom.js -js/i18n.js -js/dashboard.js -"></script> +<script src="js/vapi-common.js"></script> +<script src="js/udom.js"></script> +<script src="js/i18n.js"></script> +<script src="js/dashboard.js"></script> </body> </html> |