Improved code layout.

This commit is contained in:
Martin Edenhofer 2015-02-06 23:44:01 +01:00
parent 06f2e77992
commit 98c1ba4fab

View file

@ -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'