This commit is contained in:
parent
9fbba24997
commit
0a60423de7
|
@ -262,6 +262,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
||||||
};
|
};
|
||||||
|
|
||||||
EmoteModule.prototype.autoCapitalize = function() {
|
EmoteModule.prototype.autoCapitalize = function() {
|
||||||
|
console.log("autocapitalize init");
|
||||||
var self = this;
|
var self = this;
|
||||||
var textArea = $(".channel-textarea-inner textarea");
|
var textArea = $(".channel-textarea-inner textarea");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue