File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function parseHash() {
15
15
}
16
16
17
17
if ( parseSearch ( ) . value || parseHash ( ) . id_token ) {
18
- scrollTo ( $ ( '#debugger' ) ) ;
18
+ scrollTo ( $ ( '#debugger-io ' ) ) ;
19
19
}
20
20
21
21
function safeLocalStorageSetItem ( key , value ) {
@@ -31,13 +31,11 @@ safeLocalStorageSetItem("visited", "1");
31
31
* Go to url hash from intro section
32
32
*/
33
33
if ( location . href . indexOf ( "#debugger" ) != - 1 ) {
34
- parent . location . hash = ''
35
- scrollTo ( $ ( '#debugger' ) ) ;
34
+ scrollTo ( $ ( '#debugger-io' ) ) ;
36
35
}
37
36
38
37
if ( location . href . indexOf ( "#libraries" ) != - 1 ) {
39
- parent . location . hash = ''
40
- scrollTo ( $ ( '#libraries' ) ) ;
38
+ scrollTo ( $ ( '#libraries-io' ) ) ;
41
39
}
42
40
43
41
/*
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ block content
12
12
img( src ='/img/logo.svg' ) .logo
13
13
14
14
nav.menu
15
- a( href ='#debugger' ) .scrollto Debugger
16
- a( href ='#libraries' ) .scrollto Libraries
15
+ a( href ='#debugger-io ' ) .scrollto Debugger
16
+ a( href ='#libraries-io ' ) .scrollto Libraries
17
17
a( href ='/introduction' ) Introduction
18
18
a( href ='https://ask.auth0.com/category/jwt' , target ='_blank' ) Ask
19
19
a( href ='http://swag.auth0.com/' , target ='_blank' ) Get a T-shirt!
@@ -56,7 +56,7 @@ block content
56
56
path( d ='M16 10v28l22-14z' )
57
57
path( d ='M0 0h48v48H0z' , fill ='none' )
58
58
59
- section#debugger .debugger-jwt
59
+ section#debugger-io .debugger-jwt
60
60
.container
61
61
//- a(name='debugger')
62
62
h1 Debugger
@@ -117,7 +117,7 @@ block content
117
117
118
118
.validation-status.js-signature
119
119
120
- section#libraries .libraries-jwt
120
+ section#libraries-io .libraries-jwt
121
121
.container
122
122
.title-header
123
123
//- a(name='libraries')
You can’t perform that action at this time.
0 commit comments