Updated jQuery selector for chat message textarea

This commit is contained in:
Steven P 2017-10-28 18:04:46 +01:00 committed by GitHub
parent 1a6648ebf0
commit 7f67a6df13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2417,7 +2417,7 @@ function Utils() {
}
Utils.prototype.getTextArea = function () {
return $(".channel-text-area-default textarea");
return $(".content textarea");
};
Utils.prototype.jqDefer = function (fnc) {