diff options
Diffstat (limited to 'background.html')
-rw-r--r-- | background.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/background.html b/background.html index ef01c65..c050f66 100644 --- a/background.html +++ b/background.html @@ -26,10 +26,14 @@ <title>eMatrix</title> </head> <body> +<!-- Each script (or anyway the majority of them) depends on the + scripts above it, so keep these ordered like this --> <script src="js/polyfill.js"></script> <script src="lib/punycode.js"></script> <script src="lib/publicsuffixlist.js"></script> +<script src="js/vapi-core.js"></script> <script src="js/vapi-common.js"></script> +<script src="js/vapi-window.js"></script> <script src="js/vapi-background.js"></script> <script src="js/vapi-tabs.js"></script> <script src="js/vapi-cachestorage.js"></script><!-- Optional --> |