mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-09-10 13:22:20 +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
|
// reply text counter both newmsg and dmchat
|
||||||
var $replyText = $( ".post-area-new textarea" );
|
var $replyText = $( ".post-area-new textarea" );
|
||||||
$replyText.unbind('keyup').keyup( replyTextKeypress );
|
$replyText.unbind('keyup').keyup(replyTextInput, function() { replyTextUpdateRemaining(this); });
|
||||||
|
|
||||||
setInterval("tmobileTick()", 2000);
|
setInterval("tmobileTick()", 2000);
|
||||||
handlersInstalled = true;
|
handlersInstalled = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user