diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-13 23:20:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 23:20:22 -0500 |
commit | 43d1457ebfe23196348649c245dfb942a0f00a1a (patch) | |
tree | 73163416c2f10817df9a7677c059e36565d0a588 /ext/pitch-accents-preview.html | |
parent | 7a74c3c31ece7788e82c46f22cb4327ffe08307a (diff) |
Move bg/js/settings(2) (#1385)
* Move bg/js/settings/ to js/settings/
* Move bg/js/settings2/ to js/settings/
Diffstat (limited to 'ext/pitch-accents-preview.html')
-rw-r--r-- | ext/pitch-accents-preview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pitch-accents-preview.html b/ext/pitch-accents-preview.html index 9653b9c5..38ee2363 100644 --- a/ext/pitch-accents-preview.html +++ b/ext/pitch-accents-preview.html @@ -57,7 +57,7 @@ <script src="/js/display/display-generator.js"></script> <script src="/js/dom/html-template-collection.js"></script> -<script src="/bg/js/settings/pitch-accents-preview-main.js"></script> +<script src="/js/settings/pitch-accents-preview-main.js"></script> </body> </html> |