[Pkg-owncloud-commits] [owncloud] 154/394: show drag shadow in firefox by using helper:'clone'

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:51 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 a9f041a702f06b7a97b3833d5e132b39f603ceb2
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Tue Nov 27 17:35:01 2012 +0100

    show drag shadow in firefox by using helper:'clone'
---
 apps/files/js/files.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index b577156..7b82476 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -735,7 +735,7 @@ function updateBreadcrumb(breadcrumbHtml) {
 
 //options for file drag/dropp
 var dragOptions={
-	distance: 20, revert: 'invalid', opacity: 0.7,
+	distance: 20, revert: 'invalid', opacity: 0.7, helper: 'clone',
 	stop: function(event, ui) {
 		$('#fileList tr td.filename').addClass('ui-draggable');
 	}

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