mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 10:49:26 +03:00
js fix for twit
This commit is contained in:
parent
a06b2cb956
commit
e9ab68d6e7
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user