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/patch-diff-links.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/patch-diff-links.tsx')
-rw-r--r-- | source/features/patch-diff-links.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx index c85e91e3..b85506e9 100644 --- a/source/features/patch-diff-links.tsx +++ b/source/features/patch-diff-links.tsx @@ -28,6 +28,5 @@ features.add({ include: [ features.isCommit ], - load: features.onAjaxedPages, init }); |