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