]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix private link sharing via email, fix for bug oc-750
authorMichael Gapczynski <GapczynskiM@gmail.com>
Wed, 23 May 2012 23:35:29 +0000 (19:35 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Wed, 23 May 2012 23:35:29 +0000 (19:35 -0400)
apps/files_sharing/js/share.js

index a1fa3bb4586ff457c6eacec09f5893e28799b7d8..96c9017dbf9c507bbd92b778408a5eece71bcbd4 100644 (file)
@@ -361,7 +361,6 @@ $(document).ready(function() {
        });
 
        $('#emailPrivateLink').live('submit', function() {
-               event.preventDefault();
                OC.Share.emailPrivateLink();
        });
 });
\ No newline at end of file