aboutsummaryrefslogtreecommitdiff
path: root/ext/search.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/search.html
parent435af3a485c5938ca1ff808d456d786735a3ea18 (diff)
Move structured-content generation code into a separate file (#1757)
Diffstat (limited to 'ext/search.html')
-rw-r--r--ext/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/search.html b/ext/search.html
index 63e1fd9d..ec0a964c 100644
--- a/ext/search.html
+++ b/ext/search.html
@@ -95,6 +95,7 @@
<script src="/js/display/search-action-popup-controller.js"></script>
<script src="/js/display/search-display-controller.js"></script>
<script src="/js/display/search-persistent-state-controller.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>