mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-19 04:31:36 +00:00
Empty commit
This commit is contained in:
parent
3f809e28f6
commit
10f1b72db6
@ -196,6 +196,7 @@ function AddArtistField() {
|
|||||||
var x = $('#artistfields').raw();
|
var x = $('#artistfields').raw();
|
||||||
x.appendChild(document.createElement("br"));
|
x.appendChild(document.createElement("br"));
|
||||||
x.appendChild(ArtistField);
|
x.appendChild(ArtistField);
|
||||||
|
x.appendChild(document.createTextNode('\n'));
|
||||||
x.appendChild(ImportanceField);
|
x.appendChild(ImportanceField);
|
||||||
ArtistCount++;
|
ArtistCount++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user