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