CC-3817 : Should use soundcloud icon for recorded & uploaded shows in timeline for past shows to match calendar
This commit is contained in:
parent
96eefee407
commit
51573d36c9
|
@ -1126,7 +1126,6 @@ function checkLibrarySCUploadStatus(){
|
||||||
else if (json.sc_id == "-3") {
|
else if (json.sc_id == "-3") {
|
||||||
span.removeClass("progress").addClass("sc-error");
|
span.removeClass("progress").addClass("sc-error");
|
||||||
}
|
}
|
||||||
setTimeout(checkLibrarySCUploadStatus, 5000);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkSCUploadStatusRequest() {
|
function checkSCUploadStatusRequest() {
|
||||||
|
@ -1138,6 +1137,7 @@ function checkLibrarySCUploadStatus(){
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#library_display span.progress").each(checkSCUploadStatusRequest);
|
$("#library_display span.progress").each(checkSCUploadStatusRequest);
|
||||||
|
setTimeout(checkLibrarySCUploadStatus, 5000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function addQtipToSCIcons(){
|
function addQtipToSCIcons(){
|
||||||
|
|
Loading…
Reference in New Issue