little change

This commit is contained in:
alsotang 2014-09-16 22:57:50 +08:00
parent ea78f5b5c0
commit 615afc8c2a

View File

@ -419,7 +419,7 @@
texts = texts.slice(-3);
$repliesHistory.append('之前三条回复');
$repliesHistory.append('@' + loginname + ' 之前三条回复');
texts.forEach(function (text, idx) {
$repliesHistory.append('<br>' + idx + '. ' + text);
});