summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-12-12 04:54:51 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2012-12-12 04:54:51 -0800
commit8b4aad73c7f96608e495e5e912c059406ee1da49 (patch)
tree7fcb7304f111a5344adc3126c6b052016a57aafd /apps/files_sharing
parent72fe339c102975ee693e1ced005ca6d3f865389d (diff)
parentc938a4f791182d86045a45bcffda37c1b6e651f8 (diff)
downloadnextcloud-server-8b4aad73c7f96608e495e5e912c059406ee1da49.tar.gz
nextcloud-server-8b4aad73c7f96608e495e5e912c059406ee1da49.zip
Merge pull request #810 from owncloud/send-share-link-by-email
restoring feature to send sharing link via email
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/js/share.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index 7eb086712f4..8a546d62163 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -33,6 +33,4 @@ $(document).ready(function() {
});
OC.Share.loadIcons('file');
}
-
-
-}); \ No newline at end of file
+});