Browse Source

forgot something

remotes/origin/stable
Robin Appelman 14 years ago
parent
commit
972f7d7e60
  1. 2
      files/js/fileactions.js

2
files/js/fileactions.js

@ -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…
Cancel
Save