aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-23 21:13:01 -0500
committerGitHub <noreply@github.com>2021-01-23 21:13:01 -0500
commitef577b88754523abeab3844115506a0b6e914874 (patch)
tree78f181897afc89904f2df7c3370030a955219c5b /ext/bg/search.html
parent9fbdb9757b22c2bb9afe5061137bfe4b3b755e91 (diff)
Audio button menu (#1302)
* Fix popup menus not stoping events * Ensure non-stale use of buttons * Enable popup menus on the popup/search pages * Add audio menu
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r--ext/bg/search.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html
index c08ad9cf..b5e8f746 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -70,6 +70,8 @@
</div>
</div>
+<div id="popup-menus"></div>
+
<!-- Scripts -->
<script src="/mixed/lib/wanakana.min.js"></script>
@@ -96,6 +98,7 @@
<script src="/mixed/js/hotkey-help-controller.js"></script>
<script src="/mixed/js/hotkey-util.js"></script>
<script src="/mixed/js/media-loader.js"></script>
+<script src="/mixed/js/popup-menu.js"></script>
<script src="/mixed/js/scroll.js"></script>
<script src="/mixed/js/text-scanner.js"></script>
<script src="/mixed/js/html-template-collection.js"></script>