Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Remove 'next results' comment intent that overlaps with the search re…
Browse files Browse the repository at this point in the history
…sult intent
  • Loading branch information
ianb committed Oct 23, 2019
1 parent 9cd1fe8 commit 8c9eefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/intents/aboutPage/aboutPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ intents.aboutPage = (function() {
name: "aboutPage.changeComments",
description: `If you've used "show comments on this page" and there were multiple forums or pages, this will show the next (or previous) comment forum`,
match: `
next (result | comments | comment) [move=next]
previous (result | comments | comment) [move=previous]
next (comments | comment) [move=next]
previous (comments | comment) [move=previous]
`,
async run(context) {
const activeTab = await context.activeTab();
Expand Down

0 comments on commit 8c9eefb

Please sign in to comment.