Fix private link sharing via email, fix for bug oc-750
This commit is contained in:
parent
f97f1b4266
commit
d8ca4f78cf
1 changed files with 0 additions and 1 deletions
|
@ -361,7 +361,6 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$('#emailPrivateLink').live('submit', function() {
|
||||
event.preventDefault();
|
||||
OC.Share.emailPrivateLink();
|
||||
});
|
||||
});
|
Loading…
Reference in a new issue