diff options
Diffstat (limited to 'ext/search.html')
-rw-r--r-- | ext/search.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/search.html b/ext/search.html index beceeb18..f32b5412 100644 --- a/ext/search.html +++ b/ext/search.html @@ -94,12 +94,12 @@ <script src="/js/display/display-notification.js"></script> <script src="/js/display/element-overflow-controller.js"></script> <script src="/js/display/option-toggle-hotkey-handler.js"></script> -<script src="/js/display/pronunciation-generator.js"></script> <script src="/js/display/query-parser.js"></script> +<script src="/js/display/sandbox/pronunciation-generator.js"></script> +<script src="/js/display/sandbox/structured-content-generator.js"></script> <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> @@ -111,8 +111,8 @@ <script src="/js/input/hotkey-handler.js"></script> <script src="/js/input/hotkey-help-controller.js"></script> <script src="/js/input/hotkey-util.js"></script> -<script src="/js/language/dictionary-data-util.js"></script> -<script src="/js/language/japanese-util.js"></script> +<script src="/js/language/sandbox/dictionary-data-util.js"></script> +<script src="/js/language/sandbox/japanese-util.js"></script> <script src="/js/language/text-scanner.js"></script> <script src="/js/media/audio-system.js"></script> <script src="/js/media/media-loader.js"></script> |