Fix private link sharing via email, fix for bug oc-750
This commit is contained in:
parent
24318354f2
commit
970124a90b
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