js fix for twit

This commit is contained in:
Galen Wolfe-Pauly 2014-08-09 00:04:37 -04:00
parent a06b2cb956
commit e9ab68d6e7

View File

@ -3,8 +3,6 @@ $(function() {
if($tweet.val().length > 140) {
short = $tweet.val().slice(0,140)
$tweet.val(short)
e.stopPropagation()
e.preventDefault()
return false
}
}