diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-23 19:35:29 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2012-05-23 19:35:29 -0400 |
commit | 970124a90b1d20382699680e90eeb52f70cab62c (patch) | |
tree | 33ae430bce0b7283a4ababee69f06fd1856759e8 /apps/files_sharing | |
parent | 24318354f27978723c55f39106234d8683eebd82 (diff) | |
download | nextcloud-server-970124a90b1d20382699680e90eeb52f70cab62c.tar.gz nextcloud-server-970124a90b1d20382699680e90eeb52f70cab62c.zip |
Fix private link sharing via email, fix for bug oc-750
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/js/share.js | 1 |
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 |