diff options
author | 2020-01-06 18:22:52 +0100 | |
---|---|---|
committer | 2020-01-07 00:22:52 +0700 | |
commit | eca2edfb4cc9ab68682aa438ce9bd61258100863 (patch) | |
tree | 209923bd178081ea28ac3f6b24abfe18658f3e1f /source/features/link-to-file-in-file-history.tsx | |
parent | 7f1f2c52d8deeb0fddb7a7322af7dd090ac19461 (diff) | |
download | refined-github-eca2edfb4cc9ab68682aa438ce9bd61258100863.tar.gz refined-github-eca2edfb4cc9ab68682aa438ce9bd61258100863.tar.zst refined-github-eca2edfb4cc9ab68682aa438ce9bd61258100863.zip |
Enable `parse-backticks` on commit titles on more pages (#2653)20.1.6
Diffstat (limited to 'source/features/link-to-file-in-file-history.tsx')
-rw-r--r-- | source/features/link-to-file-in-file-history.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/link-to-file-in-file-history.tsx b/source/features/link-to-file-in-file-history.tsx index 1d75153a..b788b6be 100644 --- a/source/features/link-to-file-in-file-history.tsx +++ b/source/features/link-to-file-in-file-history.tsx @@ -36,7 +36,7 @@ features.add({ description: 'Adds links to the file itself in a file’s commit list.', screenshot: 'https://user-images.githubusercontent.com/22439276/57195061-b88ddf00-6f6b-11e9-8ad9-13225d09266d.png', include: [ - features.isCommitList + features.isRepoCommitList ], load: features.onAjaxedPages, init |