diff options
Diffstat (limited to 'src/popup.html')
-rw-r--r-- | src/popup.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/popup.html b/src/popup.html index 535dfc0..8857d86 100644 --- a/src/popup.html +++ b/src/popup.html @@ -52,14 +52,12 @@ <div class="label"><iframe></div> </div> </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/popup.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/popup.js"></script> </body> |