diff options
Diffstat (limited to 'ext/popup.html')
-rw-r--r-- | ext/popup.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/popup.html b/ext/popup.html index 065bcfa1..1f336943 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -110,9 +110,9 @@ <script src="/js/display/display-resizer.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/structured-content-generator.js"></script> +<script src="/js/display/sandbox/pronunciation-generator.js"></script> +<script src="/js/display/sandbox/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> @@ -125,8 +125,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> |