diff --git a/static/functions/upload.js b/static/functions/upload.js index 244e5814..ec61b279 100644 --- a/static/functions/upload.js +++ b/static/functions/upload.js @@ -196,6 +196,7 @@ function AddArtistField() { var x = $('#artistfields').raw(); x.appendChild(document.createElement("br")); x.appendChild(ArtistField); + x.appendChild(document.createTextNode('\n')); x.appendChild(ImportanceField); ArtistCount++; }