remove dead code
This commit is contained in:
parent
d78084ab90
commit
965f700cc4
1 changed files with 0 additions and 10 deletions
|
|
@ -131,16 +131,6 @@ var NewThread = {
|
|||
}
|
||||
}
|
||||
|
||||
function threadListItem(thread) {
|
||||
return [
|
||||
m("p", [
|
||||
m("a", {href: "#/thread/" + thread.id}, trust(T.trimTitle(thread.text))),
|
||||
]),
|
||||
m("p.comment_count", thread.comment_count + " comment(s)"),
|
||||
m("hr"),
|
||||
]
|
||||
}
|
||||
|
||||
//thread
|
||||
var Thread = {
|
||||
oninit: function(vnode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue