mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
forgot something
This commit is contained in:
parent
ae7d9143f4
commit
972f7d7e60
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ FileActions={
|
|||
if((name=='Download' || actions[name]!=defaultAction) && name!='Delete'){
|
||||
var img=FileActions.icons[name];
|
||||
if(img.call){
|
||||
img=img();
|
||||
img=img(file);
|
||||
}
|
||||
var html='<a href="#" title="'+name+'" class="file_action"/>';
|
||||
var element=$(html);
|
||||
|
|
|
|||
Loading…
Reference in a new issue