mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: remove "pjax-link"
This commit is contained in:
parent
aca84b3b2b
commit
cb2bfaee59
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ export function MetaBar({ metaData }: Props) {
|
|||
{metaData.userName}
|
||||
</a>
|
||||
/
|
||||
<a className={'repo-name pjax-link'} href={repoUrl}>
|
||||
<a className={'repo-name'} href={repoUrl}>
|
||||
{metaData.repoName}
|
||||
</a>
|
||||
/
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ export function scrollToRepoContent() {
|
|||
}
|
||||
|
||||
const pjax = new PJAX({
|
||||
elements: '.pjax-link',
|
||||
elements: '',
|
||||
selectors: ['.repository-content', 'title'],
|
||||
scrollTo: false,
|
||||
analytics: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue