diff options
author | 2022-11-03 23:19:32 +0700 | |
---|---|---|
committer | 2022-11-03 23:19:32 +0700 | |
commit | 7f18a3033cd1ea97f7ced1b43c74febdcb938027 (patch) | |
tree | 33e982307275ec1dde0f768b2817b168e89f7290 /source/features/default-branch-button.tsx | |
parent | f047968c528abadbe12a8c872c61ed33b514fc9f (diff) | |
download | refined-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.tsx | 2 |
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/> |