diff --git a/js/tmobile.js b/js/tmobile.js index b304f836..0609358a 100644 --- a/js/tmobile.js +++ b/js/tmobile.js @@ -25,7 +25,7 @@ function initializeTwister( redirectNetwork, redirectLogin, cbFunc, cbArg ) { }); // reply text counter both newmsg and dmchat var $replyText = $( ".post-area-new textarea" ); - $replyText.unbind('keyup').keyup( replyTextKeypress ); + $replyText.unbind('keyup').keyup(replyTextInput, function() { replyTextUpdateRemaining(this); }); setInterval("tmobileTick()", 2000); handlersInstalled = true;