This commit is contained in:
rembo10
2014-05-05 16:46:58 -07:00
parent 0f5aeea345
commit 75b38df3d6

View File

@@ -238,7 +238,6 @@
$.getJSON("getArtistjson?ArtistID=${artist['ArtistID']}", function(data) {
if (data['Status'] == "Loading"){
refreshTable();
showMsg("Getting artist information",true)
$('#artistnamelink').text(data["ArtistName"]);
if (loadingMessage == false){
showMsg("Getting artist information",true);