From d4134498d41ca44d0495cdfe13ddaf73cdd70cad Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 26 Jun 2016 21:28:57 +0200 Subject: [PATCH] Update the timestamp for a new reply --- src/main/resources/static/javascript/sone.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/static/javascript/sone.js b/src/main/resources/static/javascript/sone.js index 07c5b3d..7ef585d 100644 --- a/src/main/resources/static/javascript/sone.js +++ b/src/main/resources/static/javascript/sone.js @@ -718,6 +718,7 @@ function ajaxifyPost(postElement) { sone.find(".post#post-" + postId + " .create-reply .sender").hide(); sone.find(".post#post-" + postId + " .create-reply .select-sender").show(); sone.find(".post#post-" + postId + " .create-reply :input[name=sender]").val(getCurrentSoneId()); + updateReplyTimes(replyId); } else { alert(error); } -- 2.7.4