]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix file delete in opera - fixes #188
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 5 Nov 2012 17:42:44 +0000 (18:42 +0100)
committerGeorg Ehrke <dev@georgswebsite.de>
Thu, 8 Nov 2012 16:59:13 +0000 (17:59 +0100)
apps/files/js/filelist.js

index 100a236872242e88d8db3f31a5ef9e306838088e..a25f039a8b77328f7139f9a5e78a52575437fc2c 100644 (file)
@@ -373,4 +373,7 @@ $(document).ready(function(){
                        FileList.lastAction();
                }
        });
+       $(window).unload(function (){
+               $(window).trigger('beforeunload');
+       });
 });