[Pkg-owncloud-commits] [owncloud] 171/199: select webdav address on click

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:23 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit d7e63d8fab7adbbe0cb2d3cde209bca29f049ec0
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Thu May 29 15:28:14 2014 +0200

    select webdav address on click
---
 apps/files/js/files.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index 92f97f5..fb112f1 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -285,6 +285,9 @@
 					$settings.find('input').focus();
 				}
 			});
+			$('#webdavurl').on('click', function () {
+				$('#webdavurl').select();
+			});
 
 			//scroll to and highlight preselected file
 			/*

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