Plugin access to the control input text area
[KiwiIRC.git] / client / src / app.js
index 5ed13c78a346d4a89a39d4f4a0b51d578f836dfd..6fe8172fc6b33f01e1993fecef875f1b5cfe456a 100644 (file)
@@ -188,6 +188,9 @@ _kiwi.global = {
                 };\r
             });\r
 \r
+            // Give access to the control input textarea\r
+            obj.input = _kiwi.app.controlbox.$('.inp');\r
+\r
             return obj;\r
         }\r
     },\r