fix of tmobile textarea input

This commit is contained in:
Simon Grim 2015-04-24 12:55:21 +05:00
parent f0d997c9f8
commit 095b46af4f

View File

@ -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;