summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/js/share.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index a1fa3bb4586..96c9017dbf9 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -361,7 +361,6 @@ $(document).ready(function() {
});
$('#emailPrivateLink').live('submit', function() {
- event.preventDefault();
OC.Share.emailPrivateLink();
});
}); \ No newline at end of file