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
|
@ -48,7 +48,8 @@
|
||||||
showLink: true,
|
showLink: true,
|
||||||
|
|
||||||
events: {
|
events: {
|
||||||
'click #emailButton': '_onEmailPrivateLink'
|
'click #emailButton': '_onEmailPrivateLink',
|
||||||
|
'submit #emailPrivateLink': '_onEmailPrivateLink'
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize: function(options) {
|
initialize: function(options) {
|
||||||
|
|
Loading…
Reference in New Issue