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

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

parent 3e183b2e
Branches
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