[Pkg-owncloud-commits] [owncloud] 75/394: fix file delete in opera - fixes #188

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 1ffcd338172a6ca2f262f67a5bfda23336497457
Author: Georg Ehrke <dev at georgswebsite.de>
Date:   Mon Nov 5 18:42:44 2012 +0100

    fix file delete in opera - fixes #188
---
 apps/files/js/filelist.js |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 100a236..a25f039 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -373,4 +373,7 @@ $(document).ready(function(){
 			FileList.lastAction();
 		}
 	});
+	$(window).unload(function (){
+		$(window).trigger('beforeunload');
+	});
 });

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list