Skip to content

Commit

Permalink
search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hegelespaul committed Jul 17, 2024
1 parent 9387215 commit a914153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ function Search() {
newDiv.className = 'tune';

const titleLink = document.createElement('a');
titleLink.href = generateNewHTMLTune(tune.title, tune.composer, tune.sections, tine.timesignature, tune.url);
titleLink.href = generateNewHTMLTune(tune.title, tune.composer, tune.sections, tune.key, tune.timesignature, tune.url);
titleLink.textContent = tune.title;

const composerLink = document.createElement('a');
Expand Down

0 comments on commit a914153

Please sign in to comment.