Also update times on invisible replies.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 7 Apr 2011 13:57:10 +0000 (15:57 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 7 Apr 2011 13:57:10 +0000 (15:57 +0200)
src/main/resources/static/javascript/sone.js

index 0d413b9..d60ee23 100644 (file)
@@ -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() {