summaryrefslogtreecommitdiff
path: root/ext/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-15 15:11:42 -0400
committerGitHub <noreply@github.com>2021-05-15 15:11:42 -0400
commit8442a8ba22525f45bcbb81e162962f2c97e5d9dc (patch)
treebfe192c10392b0368e63c4095168a50e36249a12 /ext/search.html
parentde6db32aa69be6c33d17ddb4f2dc4305e8771f59 (diff)
Add SearchPersistentStateController (#1676)
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 41f3b92b..578e1763 100644
--- a/ext/search.html
+++ b/ext/search.html
@@ -93,6 +93,7 @@
<script src="/js/display/option-toggle-hotkey-handler.js"></script>
<script src="/js/display/query-parser.js"></script>
<script src="/js/display/search-display-controller.js"></script>
+<script src="/js/display/search-persistent-state-controller.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>