summaryrefslogtreecommitdiff
path: root/source/features/enable-file-links-in-compare-view.tsx
diff options
context:
space:
mode:
authorGravatar Sindre Sorhus <sindresorhus@gmail.com> 2020-06-03 21:42:18 +0800
committerGravatar GitHub <noreply@github.com> 2020-06-03 21:42:18 +0800
commit0fa514dbeeab6395ef095cff80beac41443a6574 (patch)
treeb175648cbe2a88c6d7e8763e631c7205e3e284a4 /source/features/enable-file-links-in-compare-view.tsx
parentb393e2e2465a91ccbddf6ff60def616020712306 (diff)
downloadrefined-github-0fa514dbeeab6395ef095cff80beac41443a6574.tar.gz
refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.tar.zst
refined-github-0fa514dbeeab6395ef095cff80beac41443a6574.zip
Upgrade dependencies (#3168)
Co-authored-by: Fregante <opensource@bfred.it>
Diffstat (limited to 'source/features/enable-file-links-in-compare-view.tsx')
-rw-r--r--source/features/enable-file-links-in-compare-view.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/enable-file-links-in-compare-view.tsx b/source/features/enable-file-links-in-compare-view.tsx
index c1b07356..8d054d56 100644
--- a/source/features/enable-file-links-in-compare-view.tsx
+++ b/source/features/enable-file-links-in-compare-view.tsx
@@ -57,7 +57,7 @@ function init(): void {
delegate(document, '.file-header:not([data-file-deleted="true"]) .js-file-header-dropdown > summary:not(.rgh-actionable-link)', 'click', handleMenuOpening);
}
-features.add({
+void features.add({
id: __filebasename,
description: 'Points the "View file" on compare view pages to the branch instead of the commit, so the Edit/Delete buttons will be enabled on the "View file" page, if needed.',
screenshot: 'https://user-images.githubusercontent.com/1402241/69044026-c5b17d80-0a26-11ea-86ae-c95f89d3669a.png'