diff options
Diffstat (limited to 'ext/popup.html')
-rw-r--r-- | ext/popup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/popup.html b/ext/popup.html index e31237dd..9f3220bc 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -121,10 +121,10 @@ <script src="/js/dom/html-template-collection.js"></script> <script src="/js/media/text-to-speech-audio.js"></script> -<script src="/bg/js/anki-note-builder.js"></script> -<script src="/bg/js/template-renderer-proxy.js"></script> +<script src="/js/data/anki-note-builder.js"></script> +<script src="/js/templates/template-renderer-proxy.js"></script> -<script src="/bg/js/query-parser.js"></script> +<script src="/js/display/query-parser.js"></script> <script src="/js/display/popup-main.js"></script> |