|
|
|
@ -394,7 +394,6 @@ function replyTextKeypress(e) {
@@ -394,7 +394,6 @@ function replyTextKeypress(e) {
|
|
|
|
|
if($this.parent().parent().parent().is('.post-area,.post-reply-content')){ |
|
|
|
|
$this.parent().parent().removeClass('open'); |
|
|
|
|
$this.blur(); |
|
|
|
|
setTimeout('requestTimelineUpdate("latest",postsPerRefresh,followingUsers,promotedPostsOnly)', 1000); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -407,7 +406,6 @@ function replyTextKeypress(e) {
@@ -407,7 +406,6 @@ function replyTextKeypress(e) {
|
|
|
|
|
if($this.parent().parent().parent().is('.post-area,.post-reply-content')){ |
|
|
|
|
$this.parent().parent().removeClass('open'); |
|
|
|
|
$this.blur(); |
|
|
|
|
setTimeout('requestTimelineUpdate("latest",postsPerRefresh,followingUsers,promotedPostsOnly)', 1000); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -438,6 +436,7 @@ var postSubmit = function(e)
@@ -438,6 +436,7 @@ var postSubmit = function(e)
|
|
|
|
|
remainingCount.text(140); |
|
|
|
|
$replyText.attr("placeholder", "Your message was sent!"); |
|
|
|
|
closeModal($this); |
|
|
|
|
setTimeout('requestTimelineUpdate("latest",postsPerRefresh,followingUsers,promotedPostsOnly)', 1000); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|