This commit is contained in:
Steven P 2018-05-16 08:54:34 +00:00 committed by GitHub
commit 888fca7f9f
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) {