diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-23 17:16:16 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-23 17:16:16 +0200 |
commit | 1909288fcb9231006ae7703422f046309635b4e2 (patch) | |
tree | a9c1a75169dca9023d629176d9c395433d9d742c /apps/files_sharing/js | |
parent | f9bbfad3e561c52cd3a7a9002ed9708a87237dc5 (diff) | |
parent | 3d5e229ac5f6f93c4e9a5176eb3fe70b7cae80cf (diff) | |
download | nextcloud-server-1909288fcb9231006ae7703422f046309635b4e2.tar.gz nextcloud-server-1909288fcb9231006ae7703422f046309635b4e2.zip |
Merge branch 'master' into fix-sharing-code
Diffstat (limited to 'apps/files_sharing/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(); + }); |