Improved code layout.
This commit is contained in:
parent
06f2e77992
commit
98c1ba4fab
1 changed files with 5 additions and 5 deletions
|
@ -15,11 +15,11 @@ class Index extends App.ControllerContent
|
|||
e.preventDefault()
|
||||
params = @formParam(e.target)
|
||||
App.Event.trigger(
|
||||
'ws:send'
|
||||
action: 'broadcast'
|
||||
event: 'session:maintenance'
|
||||
spool: false
|
||||
data: params
|
||||
'ws:send'
|
||||
action: 'broadcast'
|
||||
event: 'session:maintenance'
|
||||
spool: false
|
||||
data: params
|
||||
)
|
||||
@notify
|
||||
type: 'success'
|
||||
|
|
Loading…
Reference in a new issue