VRFS-1530 added missing semicolon (not sure if this will fix issue or not - unable to reproduce)

This commit is contained in:
Brian Smith 2014-04-15 00:48:48 -04:00
parent e5a6f01198
commit e01409a0fb
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
instrumentHtml = '<td><div class="nowrap">';
$.each(val.instrument_ids, function(index, val) {
instrumentHtml += '<img src="' + context.JK.getInstrumentIcon24(val) + '" width="24" height="24" />&nbsp;&nbsp;';
})
});
instrumentHtml += '</div></td>';
musicianHtml += instrumentHtml;