mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01:00
Typo
This commit is contained in:
@@ -238,7 +238,6 @@
|
|||||||
$.getJSON("getArtistjson?ArtistID=${artist['ArtistID']}", function(data) {
|
$.getJSON("getArtistjson?ArtistID=${artist['ArtistID']}", function(data) {
|
||||||
if (data['Status'] == "Loading"){
|
if (data['Status'] == "Loading"){
|
||||||
refreshTable();
|
refreshTable();
|
||||||
showMsg("Getting artist information",true)
|
|
||||||
$('#artistnamelink').text(data["ArtistName"]);
|
$('#artistnamelink').text(data["ArtistName"]);
|
||||||
if (loadingMessage == false){
|
if (loadingMessage == false){
|
||||||
showMsg("Getting artist information",true);
|
showMsg("Getting artist information",true);
|
||||||
|
|||||||
Reference in New Issue
Block a user