mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #2503 from nextcloud/fix-1764-enter-on-share-mail-input
Send the share link by mail on pressing enter instead of reloading th…
This commit is contained in:
commit
e4550006d2
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