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

This commit is contained in:
Michael Gapczynski 2012-05-23 19:35:29 -04:00
parent 24318354f2
commit 970124a90b
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ $(document).ready(function() {
});
$('#emailPrivateLink').live('submit', function() {
event.preventDefault();
OC.Share.emailPrivateLink();
});
});