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

This commit is contained in:
Michael Gapczynski 2012-07-27 21:28:25 -04:00
parent 3e183b2eea
commit 519eb39422
1 changed files with 1 additions and 0 deletions

View File

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