Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Updated jQuery selector for chat message textarea #601

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated jQuery selector for chat message textarea
  • Loading branch information
Steven P committed Oct 28, 2017
commit 7f67a6df138e3dfc9c4964f60f5488f4db1a05fa
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,7 @@ function Utils() {
}

Utils.prototype.getTextArea = function () {
return $(".channel-text-area-default textarea");
return $(".content textarea");
};

Utils.prototype.jqDefer = function (fnc) {
Expand Down