xref: /plugin/chordsheets/script.js (revision 4c1cd5de102ef29b15c9325de0df30fdbc7cc5a6)
1/* DOKUWIKI:include_once js/highlighter.js */
2var songBlockSelector     = 'song-with-chords';
3
4function ready() {
5    runSongHighlighter();
6}
7
8document.addEventListener("DOMContentLoaded", ready);