aboutsummaryrefslogtreecommitdiff
path: root/ext/popup.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-06-26 14:40:37 -0400
committerGitHub <noreply@github.com>2021-06-26 14:40:37 -0400
commit8d1d428ed488bc38c65cef723b59d70032bc1dc0 (patch)
tree99ea7777cac7ddc840d4fae9710c90ec7b6216f8 /ext/popup.html
parent435af3a485c5938ca1ff808d456d786735a3ea18 (diff)
Move structured-content generation code into a separate file (#1757)
Diffstat (limited to 'ext/popup.html')
-rw-r--r--ext/popup.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/popup.html b/ext/popup.html
index 622e98f3..9f71ebe1 100644
--- a/ext/popup.html
+++ b/ext/popup.html
@@ -108,6 +108,7 @@
<script src="/js/display/element-overflow-controller.js"></script>
<script src="/js/display/option-toggle-hotkey-handler.js"></script>
<script src="/js/display/query-parser.js"></script>
+<script src="/js/display/structured-content-generator.js"></script>
<script src="/js/dom/document-focus-controller.js"></script>
<script src="/js/dom/document-util.js"></script>
<script src="/js/dom/dom-text-scanner.js"></script>