diff options
Diffstat (limited to 'src/about.html')
-rw-r--r-- | src/about.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/about.html b/src/about.html index e7507c0..101ffd6 100644 --- a/src/about.html +++ b/src/about.html @@ -31,15 +31,13 @@ <p><button type="button" id="reset" data-i18n="aboutResetDataButton"></button> </div> -<script src="js/js-loader.js" data-jsList=" -js/vapi-common.js -js/vapi-client.js -js/vapi-appinfo.js -js/udom.js -js/i18n.js -js/dashboard-common.js -js/about.js -"></script> +<script src="js/vapi-common.js"></script> +<script src="js/vapi-client.js"></script> +<script src="js/vapi-appinfo.js"></script> +<script src="js/udom.js"></script> +<script src="js/i18n.js"></script> +<script src="js/dashboard-common.js"></script> +<script src="js/about.js"></script> </body> </html> |