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()
|
e.preventDefault()
|
||||||
params = @formParam(e.target)
|
params = @formParam(e.target)
|
||||||
App.Event.trigger(
|
App.Event.trigger(
|
||||||
'ws:send'
|
'ws:send'
|
||||||
action: 'broadcast'
|
action: 'broadcast'
|
||||||
event: 'session:maintenance'
|
event: 'session:maintenance'
|
||||||
spool: false
|
spool: false
|
||||||
data: params
|
data: params
|
||||||
)
|
)
|
||||||
@notify
|
@notify
|
||||||
type: 'success'
|
type: 'success'
|
||||||
|
|
Loading…
Reference in a new issue