aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-23 17:16:16 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-23 17:16:16 +0200
commit1909288fcb9231006ae7703422f046309635b4e2 (patch)
treea9c1a75169dca9023d629176d9c395433d9d742c /apps/files_sharing/js
parentf9bbfad3e561c52cd3a7a9002ed9708a87237dc5 (diff)
parent3d5e229ac5f6f93c4e9a5176eb3fe70b7cae80cf (diff)
downloadnextcloud-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.js2
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();
+
});