summaryrefslogtreecommitdiff
path: root/source/features/patch-diff-links.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <opensource@bfred.it> 2020-04-15 00:31:22 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-15 00:31:22 +0200
commitbf2a893741883572e7eb20c5f6d57d4ad43d6991 (patch)
tree461fd59f8028a9409b7029e4ae1cf6b1466037ca /source/features/patch-diff-links.tsx
parent35303dc98eaab5eea46d8f9f2fb3afb48eb64bcf (diff)
downloadrefined-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.tsx1
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
});