mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 11:04:29 +00:00
ops. directmsg send was broken due to a typo.
This commit is contained in:
parent
f68ad2b0e8
commit
35822222a3
@ -90,7 +90,7 @@ function directMsgSubmit(e)
|
||||
|
||||
var $dmConversation = $(".directMessages");
|
||||
|
||||
newDirectMsg($replyText.val(), dmConversation.attr("data-dm-screen-name"));
|
||||
newDirectMsg($replyText.val(), $dmConversation.attr("data-dm-screen-name"));
|
||||
|
||||
$replyText.val("");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user