mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
Send the share link by mail on pressing enter instead of reloading the page
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
63f805826b
commit
7bd4eb7c5b
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@
|
|||
showLink: true,
|
||||
|
||||
events: {
|
||||
'click #emailButton': '_onEmailPrivateLink'
|
||||
'click #emailButton': '_onEmailPrivateLink',
|
||||
'submit #emailPrivateLink': '_onEmailPrivateLink'
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue