From 5d66c95516e6f5f4ea4943acbe96c168be517910 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 27 Mar 2019 18:30:21 +0800 Subject: Cleanup and small fixes (#1883) * Make `hide-readme-header` CSS-only * Add more comprehensive hasComments and hasRichTextEditor detects * Merge and improve yours-menu-item and commented-menu-item * Enable more features on global issue/pr lists * Fix `collapsible-content-button` on review comments * Small code refactoring and cleanup --- source/features/batch-open-issues.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source/features/batch-open-issues.tsx') diff --git a/source/features/batch-open-issues.tsx b/source/features/batch-open-issues.tsx index 0419eb2f..f7e7c37c 100644 --- a/source/features/batch-open-issues.tsx +++ b/source/features/batch-open-issues.tsx @@ -63,9 +63,7 @@ function init() { features.add({ id: 'batch-open-issues', include: [ - features.isGlobalIssueSearch, - features.isGlobalPRSearch, - features.isIssueList + features.isDiscussionList ], load: features.onAjaxedPages, init -- cgit v1.2.3