QuoteYou > QuoteMarkers
This commit is contained in:
parent
47a726daca
commit
ec77ec1e84
@ -12332,10 +12332,10 @@
|
||||
PostHiding.toggle(thread.OP);
|
||||
break;
|
||||
case Conf['Previous Post Quoting You']:
|
||||
QuoteYou.cb.seek('preceding');
|
||||
QuoteMarkers.cb.seek('preceding');
|
||||
break;
|
||||
case Conf['Next Post Quoting You']:
|
||||
QuoteYou.cb.seek('following');
|
||||
QuoteMarkers.cb.seek('following');
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
||||
@ -12346,10 +12346,10 @@
|
||||
PostHiding.toggle(thread.OP);
|
||||
break;
|
||||
case Conf['Previous Post Quoting You']:
|
||||
QuoteYou.cb.seek('preceding');
|
||||
QuoteMarkers.cb.seek('preceding');
|
||||
break;
|
||||
case Conf['Next Post Quoting You']:
|
||||
QuoteYou.cb.seek('following');
|
||||
QuoteMarkers.cb.seek('following');
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
||||
@ -170,9 +170,9 @@ Keybinds =
|
||||
when Conf['Hide']
|
||||
PostHiding.toggle thread.OP
|
||||
when Conf['Previous Post Quoting You']
|
||||
QuoteYou.cb.seek 'preceding'
|
||||
QuoteMarkers.cb.seek 'preceding'
|
||||
when Conf['Next Post Quoting You']
|
||||
QuoteYou.cb.seek 'following'
|
||||
QuoteMarkers.cb.seek 'following'
|
||||
else
|
||||
return
|
||||
e.preventDefault()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user