Empty commit

This commit is contained in:
Git 2011-09-02 08:00:07 +00:00
parent 3f809e28f6
commit 10f1b72db6

View File

@ -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++;
}