File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/Volo.Docs.Web/Pages/Documents/Shared/Scripts Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77{
88 <abp-alert alert-type =" Warning" >
99 <strong >No projects found ! </strong ><br />
10- See <a href =" https://abp.io/docs/latest/modules/docs" >documentation </a > to see how you can create a new one .
10+ See <a href =" https://abp.io/docs/latest/modules/docs" >documentation </a > to see how you can create a new one .
1111 </abp-alert >
1212}
1313else
Original file line number Diff line number Diff line change 3434 var scrollToHashLink = function ( ) {
3535 var hash = window . location . hash ;
3636
37- if ( ! hash || hash === '#' ) {
37+ if ( ! hash || hash === '#' || hash === '#gsc.tab=0' ) {
3838 return ;
3939 }
4040
6969 return ;
7070 }
7171
72- Toc . init ( $myNav ) ;
73-
7472 $ ( 'body' ) . scrollspy ( {
7573 target : $myNav ,
7674 offset :100
You can’t perform that action at this time.
0 commit comments