Channel tools box; memberlist/right bar structure refactor
[KiwiIRC.git] / client / src / models / application.js
index ebf8edbcec3f4fe380a9e285ee196a3b4e9b3681..4a43c087975fdeddb497294345809182ed6d8e91 100644 (file)
@@ -123,6 +123,7 @@ _kiwi.model.Application = function () {
             this.topicbar = new _kiwi.view.TopicBar({el: this.view.$el.find('.topic')[0]});\r
 \r
             new _kiwi.view.AppToolbar({el: _kiwi.app.view.$el.find('.toolbar .app_tools')[0]});\r
+            new _kiwi.view.ChannelTools({el: _kiwi.app.view.$el.find('.channel_tools')[0]});\r
 \r
             this.message = new _kiwi.view.StatusMessage({el: this.view.$el.find('.status_message')[0]});\r
 \r