mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 23:24:26 +00:00
fix of tmobile textarea input
This commit is contained in:
parent
f0d997c9f8
commit
095b46af4f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user