about summary refs log tree commit diff
path: root/index.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@gmail.com>2018-04-15 19:56:11 -0400
committerZach DeCook <zachdecook@gmail.com>2018-04-15 19:56:11 -0400
commit82837c94ca5b29b76bf3468a0426e1b4188684a4 (patch)
treefb5050e37fc74103ca25b2cb73b65f94ccb38e01 /index.php
parent93b308d7d3bd0cefad2e8f3f50a938e926d19a2e (diff)
downloadprosongsa-82837c94ca5b29b76bf3468a0426e1b4188684a4.tar.gz
* Chords: Enable bass note for chords syntax (and fallback)
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index e26d124..c415408 100755
--- a/index.php
+++ b/index.php
@@ -125,10 +125,10 @@ licensed under the <a href='chordsdata/LICENSE'>GNU LGPLv3</a>.
 integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
 crossorigin="anonymous"></script>
 <script src="toc-filter.js"></script>
+<script type="text/javascript" src="chordsdata/chords.js"></script>
+<script type="text/javascript" src="chordsdata/ukulelechords.js"></script>
 <script type="text/javascript" src="page.js"></script>
 <script type="text/javascript" src="jsonly.js"></script>
 <script type="text/javascript" src="ccharter/scripts/ccharter.js"></script>
-<script type="text/javascript" src="chordsdata/chords.js"></script>
-<script type="text/javascript" src="chordsdata/ukulelechords.js"></script>
   </body>
 </html>