VRFS-1530 added missing semicolon (not sure if this will fix issue or not - unable to reproduce)
This commit is contained in:
parent
e5a6f01198
commit
e01409a0fb
|
|
@ -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" /> ';
|
||||
})
|
||||
});
|
||||
instrumentHtml += '</div></td>';
|
||||
|
||||
musicianHtml += instrumentHtml;
|
||||
|
|
|
|||
Loading…
Reference in New Issue