aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/public.js
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-07-24 15:53:48 +0200
committerRobin Appelman <icewind@owncloud.com>2013-07-24 15:53:48 +0200
commitad266a42534eb84a778d1a3a1642db38a4c50325 (patch)
treecb6190b8d048ffd0431199ed3a8829d0534b4a25 /apps/files_sharing/js/public.js
parenta945ce908b2e8447c4a93b14c711fc066d9e8daf (diff)
parent651479322b234eefff15031b188b353793cc7af5 (diff)
downloadnextcloud-server-ad266a42534eb84a778d1a3a1642db38a4c50325.tar.gz
nextcloud-server-ad266a42534eb84a778d1a3a1642db38a4c50325.zip
Merge branch 'master' into sabre-objecttree
Diffstat (limited to 'apps/files_sharing/js/public.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 0244f392a0e..294223aa094 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -11,6 +11,8 @@ var form_data;
$(document).ready(function() {
+ $('#data-upload-form').tipsy({gravity:'ne', fade:true});
+
if (typeof FileActions !== 'undefined') {
var mimetype = $('#mimetype').val();
// Show file preview if previewer is available, images are already handled by the template