diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-18 17:40:41 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-18 17:40:41 +0200 |
commit | 7abfe2bd4ff643e9f0558d6173cdf830b47398a6 (patch) | |
tree | 889ca8a8c6ac6275fa8b75e471420677abb36669 /apps/files_sharing/js/public.js | |
parent | b201e87af63d212bfd7540d0000b29322a268012 (diff) | |
download | nextcloud-server-7abfe2bd4ff643e9f0558d6173cdf830b47398a6.tar.gz nextcloud-server-7abfe2bd4ff643e9f0558d6173cdf830b47398a6.zip |
Added direct link in public share page
Fixes #1167
Diffstat (limited to 'apps/files_sharing/js/public.js')
-rw-r--r-- | apps/files_sharing/js/public.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 67320b1cdb6..eacd4096ed8 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -67,4 +67,6 @@ $(document).ready(function() { procesSelection(); }); + $('#directLink').focus(); + }); |