Skip to content
Snippets Groups Projects
Commit d8ca4f78 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Fix private link sharing via email, fix for bug oc-750

parent f97f1b42
Branches
No related tags found
No related merge requests found
......@@ -361,7 +361,6 @@ $(document).ready(function() {
});
$('#emailPrivateLink').live('submit', function() {
event.preventDefault();
OC.Share.emailPrivateLink();
});
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment