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