aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/public.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-06 00:02:11 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-06 00:02:11 +0200
commitdad91c156fe63894b145530687ed5b9f84a3e571 (patch)
treed1a3a67d429185dbc5597e8f485709757211cbc9 /apps/files_sharing/js/public.js
parente159cbf527822edc28522df48b0526419835ca29 (diff)
parentbc1c77664205c8e044cf611a9339773a9f8af2c6 (diff)
downloadnextcloud-server-dad91c156fe63894b145530687ed5b9f84a3e571.tar.gz
nextcloud-server-dad91c156fe63894b145530687ed5b9f84a3e571.zip
Merge branch 'master' into fixing-3942-master
Conflicts: apps/files/ajax/upload.php
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