]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove delete tipsy if file is deleted, fixes bug oc-958
authorMichael Gapczynski <mtgap@owncloud.com>
Sat, 28 Jul 2012 01:28:25 +0000 (21:28 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Mon, 30 Jul 2012 14:07:19 +0000 (10:07 -0400)
apps/files/js/fileactions.js

index 4dc05088eed7ae0d4eccf7d99576d92cb6d91f70..b6f4d0b08967423032e19a55e3dd164d2f63dd63 100644 (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){