don't think i want to duplicate honks in threads yet
This commit is contained in:
parent
c750122b7f
commit
dbbd4468fa
1 changed files with 0 additions and 3 deletions
3
web.go
3
web.go
|
@ -1248,9 +1248,6 @@ func showonehonk(w http.ResponseWriter, r *http.Request) {
|
|||
if h.XID == xid {
|
||||
templinfo["Honkology"] = honkology(h)
|
||||
if i > 0 {
|
||||
top := new(Honk)
|
||||
*top = *h
|
||||
honks = append([]*Honk{top}, honks...)
|
||||
h.Style += " glow"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue