summaryrefslogtreecommitdiff
path: root/ext/bg/js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-11 22:35:59 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-11 23:24:51 -0400
commitcc72514ce6260bc489b8dd9b51ea27b9fb6e3ce8 (patch)
tree2c233ad490183780f9812994f5b1345dd1adff98 /ext/bg/js
parenta6903d68a409544f0f26f4cefb2ad6c40f9994c9 (diff)
Frontend updates
Diffstat (limited to 'ext/bg/js')
-rw-r--r--ext/bg/js/search-frontend.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/js/search-frontend.js b/ext/bg/js/search-frontend.js
index 0c1a61ea..f55f06e6 100644
--- a/ext/bg/js/search-frontend.js
+++ b/ext/bg/js/search-frontend.js
@@ -29,7 +29,8 @@ async function searchFrontendSetup() {
'/fg/js/frontend-api-receiver.js',
'/fg/js/popup.js',
'/fg/js/popup-proxy-host.js',
- '/fg/js/frontend.js'
+ '/fg/js/frontend.js',
+ '/fg/js/frontend-initialize.js'
];
for (const src of scriptSrcs) {
const script = document.createElement('script');