diff --git a/client/script.js b/client/script.js index 71aaed28..55b13318 100644 --- a/client/script.js +++ b/client/script.js @@ -3279,7 +3279,7 @@ $(function() { chat.endDM(); } if (gIsReplying) { - chat.cancelReply(part); + chat.cancelReply(gReplyParticipant); } setTimeout(function() { chat.blur();