Skip to content

Commit

Permalink
fix of tmobile textarea input
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Grim committed Apr 24, 2015
1 parent f0d997c commit 095b46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tmobile.js
Expand Up @@ -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;
Expand Down

0 comments on commit 095b46a

Please sign in to comment.