diff options
author | 2020-04-15 00:31:22 +0200 | |
---|---|---|
committer | 2020-04-15 00:31:22 +0200 | |
commit | bf2a893741883572e7eb20c5f6d57d4ad43d6991 (patch) | |
tree | 461fd59f8028a9409b7029e4ae1cf6b1466037ca /source/features/discussion-links-on-repo-lists.tsx | |
parent | 35303dc98eaab5eea46d8f9f2fb3afb48eb64bcf (diff) | |
download | refined-github-bf2a893741883572e7eb20c5f6d57d4ad43d6991.tar.gz refined-github-bf2a893741883572e7eb20c5f6d57d4ad43d6991.tar.zst refined-github-bf2a893741883572e7eb20c5f6d57d4ad43d6991.zip |
Improve feature loading mechanism (#2987)
Diffstat (limited to 'source/features/discussion-links-on-repo-lists.tsx')
-rw-r--r-- | source/features/discussion-links-on-repo-lists.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/features/discussion-links-on-repo-lists.tsx b/source/features/discussion-links-on-repo-lists.tsx index ce964a45..a0beb088 100644 --- a/source/features/discussion-links-on-repo-lists.tsx +++ b/source/features/discussion-links-on-repo-lists.tsx @@ -46,13 +46,11 @@ features.add({ features.isUserProfileRepoTab, features.isGlobalSearchResults ], - load: features.onAjaxedPages, init }, { include: [ features.isUserProfileRepoTab ], - load: features.onAjaxedPages, init: () => { observeElement('#user-repositories-list', init); return false; |