diff --git a/js/interface_common.js b/js/interface_common.js index fa75535..e1180ed 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -408,7 +408,6 @@ function replyTextKeypress(e) { } } } - } } @@ -473,7 +472,7 @@ function initInterfaceCommon() { $( ".modal-propagate").click( retweetSubmit ); var $replyText = $( ".post-area-new textarea" ); - $replyText.on("keydown", replyTextKeypress ); + $replyText.on("keyup", replyTextKeypress ); $( ".open-profile-modal").bind( "click", openProfileModal ); $( ".open-hashtag-modal").bind( "click", openHashtagModal );