From 493c22aee03191187dc8ed4101bb2f601bf8244d Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Tue, 11 Mar 2014 14:23:00 +0400 Subject: [PATCH] update fix --- js/interface_common.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/interface_common.js b/js/interface_common.js index 074f717..581b808 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -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) { 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) remainingCount.text(140); $replyText.attr("placeholder", "Your message was sent!"); closeModal($this); + setTimeout('requestTimelineUpdate("latest",postsPerRefresh,followingUsers,promotedPostsOnly)', 1000); }