Browse Source

Initial implementation of chat.

Martin Edenhofer 12 years ago
parent
commit
08dd2ac7b4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/assets/javascripts/app/lib/app/interface_handle.js.coffee

+ 3 - 0
app/assets/javascripts/app/lib/app/interface_handle.js.coffee

@@ -26,6 +26,9 @@ class App.Run extends App.Controller
     # start content
     new App.Content( el: @el.find('#content') )
 
+    # start chat
+    new App.ChatWidget( el: @el.find('#chat') )
+
     # bind to fill selected text into
     App.ClipBoard.bind( @el )