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
|
@ -97,7 +97,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
$text = "Re-upload to Soundcloud";
|
||||
}
|
||||
$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Library/upload-file-soundcloud/id/#id#',
|
||||
'callback'=>'window["redrawDataTable"]'),'title' => $text);
|
||||
'callback'=>"window['addProgressIcon']('$file_id')"),'title' => $text);
|
||||
}
|
||||
|
||||
if ($user->isAdmin()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue