aboutsummaryrefslogtreecommitdiff
path: root/ext/pitch-accents-preview.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-13 23:20:22 -0500
committerGitHub <noreply@github.com>2021-02-13 23:20:22 -0500
commit43d1457ebfe23196348649c245dfb942a0f00a1a (patch)
tree73163416c2f10817df9a7677c059e36565d0a588 /ext/pitch-accents-preview.html
parent7a74c3c31ece7788e82c46f22cb4327ffe08307a (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.html2
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>