fixes #360
This commit is contained in:
@@ -161,7 +161,6 @@
|
|||||||
$dest.html("No artists found");
|
$dest.html("No artists found");
|
||||||
return;
|
return;
|
||||||
} else if (data.length > 2) {
|
} else if (data.length > 2) {
|
||||||
console.log(data);
|
|
||||||
$dest.html("Too many matching artists found");
|
$dest.html("Too many matching artists found");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user