summaryrefslogtreecommitdiff
path: root/source/features/default-branch-button.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2022-11-03 23:19:32 +0700
committerGravatar GitHub <noreply@github.com> 2022-11-03 23:19:32 +0700
commit7f18a3033cd1ea97f7ced1b43c74febdcb938027 (patch)
tree33e982307275ec1dde0f768b2817b168e89f7290 /source/features/default-branch-button.tsx
parentf047968c528abadbe12a8c872c61ed33b514fc9f (diff)
downloadrefined-github-7f18a3033cd1ea97f7ced1b43c74febdcb938027.tar.gz
refined-github-7f18a3033cd1ea97f7ced1b43c74febdcb938027.tar.zst
refined-github-7f18a3033cd1ea97f7ced1b43c74febdcb938027.zip
Drop outdated references to PJAX (#6081)
Diffstat (limited to 'source/features/default-branch-button.tsx')
-rw-r--r--source/features/default-branch-button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/default-branch-button.tsx b/source/features/default-branch-button.tsx
index fdfa0ecf..aabfb05f 100644
--- a/source/features/default-branch-button.tsx
+++ b/source/features/default-branch-button.tsx
@@ -37,7 +37,7 @@ async function init(): Promise<false | void> {
<a
className="btn tooltipped tooltipped-ne rgh-default-branch-button"
href={url.href}
- data-pjax="#repo-content-pjax-container"
+ data-turbo-frame="repo-content-turbo-frame"
aria-label="See this view on the default branch"
>
<ChevronLeftIcon/>