This commit is contained in:
Baris Soner Usakli
2014-01-22 11:08:52 -05:00
parent c709fae251
commit eac6b23811
2 changed files with 4 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ define(['composer'], function(composer) {
'<a href="' + RELATIVE_PATH + '/topic/' + posts[i].topicSlug + '#' + posts[i].pid + '">posted</a> '+
'<span class="timeago" title="' + posts[i].relativeTime + '"></span>' +
'</span>'+
'</li>';
'</li>';
}
recentReplies.html(replies);