Remove delete tipsy if file is deleted, fixes bug oc-958

remotes/origin/stable45
Michael Gapczynski 14 years ago
parent fa4052d6f1
commit e02d8d7f7e
  1. 1
      apps/files/js/fileactions.js

@ -160,6 +160,7 @@ FileActions.register('all','Delete',function(){return OC.imagePath('core','actio
}else{
FileList.do_delete(filename);
}
$('.tipsy').remove();
});
FileActions.register('all','Rename',function(){return OC.imagePath('core','actions/rename')},function(filename){

Loading…
Cancel
Save