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 fa4052d6f1
commit e02d8d7f7e

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