fixes #1921
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
var new_artist_link = '<a target="_blank" href="/artists/new?name=' + data.unique_id + '&other_names=' + data.artist_name + '&urls=' + encodeURIComponent(data.profile_url) + '+' + encodeURIComponent(data.image_url) + '">new</a>';
|
||||
|
||||
if (data.danbooru_id) {
|
||||
$("#source-record").html('<a href="/artists/' + data.danbooru_id + '">' + data.danbooru_name + '</a>');
|
||||
$("#source-record").html('<a href="/artists/' + data.danbooru_id + '">' + data.danbooru_name + '</a> ' + new_artist_link);
|
||||
} else {
|
||||
$("#source-record").html(new_artist_link);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user