Fixed selector for toggle.
This commit is contained in:
parent
d0d4ae6c44
commit
7513205c9f
1 changed files with 2 additions and 2 deletions
|
@ -411,7 +411,7 @@ class App.ChannelEmailInboundEdit extends App.ControllerModal
|
|||
|
||||
class App.ChannelEmailOutbound extends App.Controller
|
||||
events:
|
||||
'change #_adapter': 'toggle'
|
||||
'change [name="adapter"]': 'toggle'
|
||||
'submit #mail_adapter': 'update'
|
||||
|
||||
constructor: ->
|
||||
|
|
Loading…
Reference in a new issue