diff --git a/web/app/assets/javascripts/hoverRecording.js b/web/app/assets/javascripts/hoverRecording.js index 20a5b3994..3555b626e 100644 --- a/web/app/assets/javascripts/hoverRecording.js +++ b/web/app/assets/javascripts/hoverRecording.js @@ -73,7 +73,7 @@ instrumentHtml = '
'; $.each(val.instrument_ids, function(index, val) { instrumentHtml += '  '; - }) + }); instrumentHtml += '
'; musicianHtml += instrumentHtml;