summaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-19 14:28:07 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-19 14:29:41 -0400
commit4d3d5d9ccb1c8ffbac0be0dc348790b34f68a564 (patch)
tree4719c644f652a66163a2871700e27d976dbf9244 /ext/bg/search.html
parent3edaf319da31ef943ada9661eb67019a75e6b7ac (diff)
Rename search-frontend.js to search-main.js
Also move DisplaySearch creation into the main() function.
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r--ext/bg/search.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html
index fe88e264..9a824776 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -94,6 +94,7 @@
<script src="/bg/js/search-query-parser.js"></script>
<script src="/bg/js/clipboard-monitor.js"></script>
<script src="/bg/js/search.js"></script>
- <script src="/bg/js/search-frontend.js"></script>
+
+ <script src="/bg/js/search-main.js"></script>
</body>
</html>