Fix #1573.
This commit is contained in:
parent
53b5482ddc
commit
71a88631ef
@ -223,6 +223,7 @@ Build =
|
||||
for quote in $$ '.quotelink', container
|
||||
href = quote.getAttribute 'href'
|
||||
continue if href[0] is '/' # Cross-board quote, or board link
|
||||
href = "#{threadID}#{href}" if href[0] is '#'
|
||||
quote.href = "/#{boardID}/thread/#{href}" # Fix pathnames
|
||||
|
||||
container
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user