summaryrefslogtreecommitdiff
path: root/ext/pitch-accents-preview.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-14 23:10:01 -0500
committerGitHub <noreply@github.com>2021-02-14 23:10:01 -0500
commit450912c1098b0ec4c0ec29b7aec8b47143cfd6fc (patch)
tree6aae6ab69e037915faf7681991952113ad6d6094 /ext/pitch-accents-preview.html
parentd6332d2bc723f9aa60f2c886564bef49a6b91b84 (diff)
Move js/settings (#1397)
* Move js/settings to js/pages/settings * Fix script ordering
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 a3c6f875..45e103f0 100644
--- a/ext/pitch-accents-preview.html
+++ b/ext/pitch-accents-preview.html
@@ -58,7 +58,7 @@
<script src="/js/display/display-generator.js"></script>
<script src="/js/dom/html-template-collection.js"></script>
-<script src="/js/settings/pitch-accents-preview-main.js"></script>
+<script src="/js/pages/settings/pitch-accents-preview-main.js"></script>
</body>
</html>