Skip to content
Snippets Groups Projects
Commit 972f7d7e authored by Robin Appelman's avatar Robin Appelman
Browse files

forgot something

parent ae7d9143
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment