Skip to content
Snippets Groups Projects
Commit e02d8d7f authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

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

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