projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a885d1c
)
Plugin access to the control input text area
author
Darren
<darren@darrenwhitlen.com>
Sat, 29 Nov 2014 15:23:08 +0000
(15:23 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 29 Nov 2014 15:23:08 +0000
(15:23 +0000)
client/src/app.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/app.js
b/client/src/app.js
index 5ed13c78a346d4a89a39d4f4a0b51d578f836dfd..6fe8172fc6b33f01e1993fecef875f1b5cfe456a 100644
(file)
--- a/
client/src/app.js
+++ b/
client/src/app.js
@@
-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