Add a p to hashes of quotified links.
This commit is contained in:
parent
b8e953d4ae
commit
6038e06ef6
@ -2612,7 +2612,7 @@ Quotify =
|
|||||||
textContent: "#{quote}\u00A0(Dead)"
|
textContent: "#{quote}\u00A0(Dead)"
|
||||||
|
|
||||||
if board is g.BOARD and $.id id
|
if board is g.BOARD and $.id id
|
||||||
a.href = "##{id}"
|
a.href = "#p#{id}"
|
||||||
a.className = 'quotelink'
|
a.className = 'quotelink'
|
||||||
a.setAttribute 'onclick', "replyhl('#{id}');"
|
a.setAttribute 'onclick', "replyhl('#{id}');"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user