From: David ‘Bombe’ Roden Date: Thu, 7 Apr 2011 13:57:10 +0000 (+0200) Subject: Also update times on invisible replies. X-Git-Tag: 0.6.1^2~20 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=e17523ae9c800ddf6a8e31bfa4a56f4aa0278aec Also update times on invisible replies. --- diff --git a/src/main/resources/static/javascript/sone.js b/src/main/resources/static/javascript/sone.js index 0d413b9..d60ee23 100644 --- a/src/main/resources/static/javascript/sone.js +++ b/src/main/resources/static/javascript/sone.js @@ -1335,9 +1335,6 @@ function updatePostTimes(postIds) { * The tooltip to show */ function updateReplyTime(replyId, timeText, refreshTime, tooltip) { - if (!getReply(replyId).is(":visible")) { - return; - } getReply(replyId).find(".reply-status-line > .time").html(timeText).attr("title", tooltip); (function(replyId, refreshTime) { setTimeout(function() {