This commit is contained in:
Mayhem 2014-04-20 13:22:25 +02:00
parent 53b5482ddc
commit 71a88631ef

View File

@ -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