CC-2866: progress icon not showing
- fixed
This commit is contained in:
parent
b3654c62bc
commit
43ba92a535
3 changed files with 6 additions and 8 deletions
|
@ -153,11 +153,9 @@ function dtDrawCallback() {
|
|||
addLibraryItemEvents();
|
||||
}
|
||||
|
||||
function redrawDataTable() {
|
||||
var dt;
|
||||
|
||||
dt = $('#library_display').dataTable();
|
||||
dt.fnDraw(false);
|
||||
function addProgressIcon(id) {
|
||||
$("#au_"+id).find("td:eq(0)").append('<span id="'+id+'" class="small-icon progress"></span>')
|
||||
$("span[id="+id+"]").addClass("progress");
|
||||
}
|
||||
|
||||
function checkSCUploadStatus(){
|
||||
|
@ -180,7 +178,7 @@ function addQtipToSCIcons(){
|
|||
if($(this).hasClass("progress")){
|
||||
$(this).qtip({
|
||||
content: {
|
||||
text: "Uploading in the progress..."
|
||||
text: "Uploading in progress..."
|
||||
},
|
||||
position:{
|
||||
adjust: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue