mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 02:11:28 -04:00
Remove delete tipsy if file is deleted, fixes bug oc-958
This commit is contained in:
parent
fa4052d6f1
commit
e02d8d7f7e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue