Added missing widget registration.
This commit is contained in:
parent
b3b618414b
commit
a7986fdbc1
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class App.MaintananceWidget extends App.Controller
|
||||
constructor: ->
|
||||
super
|
||||
|
||||
|
||||
# bind on event to show message
|
||||
App.Event.bind 'session:maintanance', (data) =>
|
||||
console.log('hannes was here')
|
||||
|
@ -23,3 +23,5 @@ class Message extends App.ControllerModal
|
|||
backdrop: false,
|
||||
keyboard: false,
|
||||
)
|
||||
|
||||
App.Config.set( 'maintanance', App.MaintananceWidget, 'Widgets' )
|
||||
|
|
Loading…
Reference in a new issue