Fix 'Inline Cross-thread Quotes Only' on /f/.
This commit is contained in:
parent
6b69d572fa
commit
602a52897d
@ -17,7 +17,12 @@ QuoteInline =
|
||||
return
|
||||
|
||||
process: (link, clone) ->
|
||||
return if Conf['Inline Cross-thread Quotes Only'] and link.getAttribute('href')[0] is '#'
|
||||
return if (
|
||||
Conf['Inline Cross-thread Quotes Only'] and
|
||||
link.pathname is location.pathname and
|
||||
link.host is location.host and
|
||||
link.protocol is location.protocol
|
||||
)
|
||||
if Conf['Quote Hash Navigation']
|
||||
$.after link, QuoteInline.qiQuote link, $.hasClass link, 'filtered' unless clone
|
||||
$.on link, 'click', QuoteInline.toggle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user