diff options
author | 2019-03-27 18:30:21 +0800 | |
---|---|---|
committer | 2019-03-27 18:30:21 +0800 | |
commit | 5d66c95516e6f5f4ea4943acbe96c168be517910 (patch) | |
tree | d16a1eed9a5cc9ea683186e7675affd1eceff1e7 /source/features/batch-open-issues.tsx | |
parent | b7e10b5cbacd91241f021ca9f600332289c4df0a (diff) | |
download | refined-github-5d66c95516e6f5f4ea4943acbe96c168be517910.tar.gz refined-github-5d66c95516e6f5f4ea4943acbe96c168be517910.tar.zst refined-github-5d66c95516e6f5f4ea4943acbe96c168be517910.zip |
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
Diffstat (limited to 'source/features/batch-open-issues.tsx')
-rw-r--r-- | source/features/batch-open-issues.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
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 |