forgot something

This commit is contained in:
Robin Appelman 2011-08-11 23:23:59 +02:00
parent ae7d9143f4
commit 972f7d7e60
1 changed files with 1 additions and 1 deletions

View File

@ -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);