From 6038e06ef69f37901e91a7ba0fcdd7a5e29bde71 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 1 May 2012 17:13:21 +0200 Subject: [PATCH] Add a p to hashes of quotified links. --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 176c1bb76..e57705950 100644 --- a/script.coffee +++ b/script.coffee @@ -2612,7 +2612,7 @@ Quotify = textContent: "#{quote}\u00A0(Dead)" if board is g.BOARD and $.id id - a.href = "##{id}" + a.href = "#p#{id}" a.className = 'quotelink' a.setAttribute 'onclick', "replyhl('#{id}');" else