diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-05 15:07:05 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-05 15:07:05 +0200 |
commit | 0c2ebb984e5d3764997a96cad54a40464623aeb7 (patch) | |
tree | 51d6b397a67e12d69934a0cc198d84dad200c069 /apps/files_sharing/js | |
parent | 9c855f7b3d97b312095ba53a08fe45b71ca06c98 (diff) | |
download | nextcloud-server-0c2ebb984e5d3764997a96cad54a40464623aeb7.tar.gz nextcloud-server-0c2ebb984e5d3764997a96cad54a40464623aeb7.zip |
adding tipsy to the upload button showing the max upload and restoring client side upload size validation
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 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 |