Browse Source

update

fixed textarea symbols count bug
master
Hedgehog 10 years ago
parent
commit
39a316053b
  1. 3
      js/interface_common.js

3
js/interface_common.js

@ -408,7 +408,6 @@ function replyTextKeypress(e) { @@ -408,7 +408,6 @@ function replyTextKeypress(e) {
}
}
}
}
}
@ -473,7 +472,7 @@ function initInterfaceCommon() { @@ -473,7 +472,7 @@ function initInterfaceCommon() {
$( ".modal-propagate").click( retweetSubmit );
var $replyText = $( ".post-area-new textarea" );
$replyText.on("keydown", replyTextKeypress );
$replyText.on("keyup", replyTextKeypress );
$( ".open-profile-modal").bind( "click", openProfileModal );
$( ".open-hashtag-modal").bind( "click", openHashtagModal );

Loading…
Cancel
Save