fix open button on main page
This commit is contained in:
parent
9e24fc8115
commit
4979a96712
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
ret += `<a class="controls" href="/comment/${postid}/${id}">[Reply]</a> </div>`
|
||||
}
|
||||
else
|
||||
ret += `<a href="/post/${id}">[Open]</a></div>`
|
||||
ret += `<a class="controls" href="/post/${id}">[Open]</a></div>`
|
||||
for(let i = post.comments.length - 1; i >= 0; i--) {
|
||||
const pid = id
|
||||
id += i + '_'
|
||||
|
|
Loading…
Reference in a new issue