File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,6 @@ function parseLocationQuery() {
49
49
}
50
50
}
51
51
52
- function pickEbookOrExtensionBanner ( ) {
53
- if ( ( isChrome ( ) || isFirefox ( ) ) && Math . random ( ) >= 0.5 ) {
54
- extensionSection . style . display = "block" ;
55
- } else {
56
- ebookSection . style . display = "block" ;
57
- }
58
- }
59
-
60
52
// Initialization
61
53
setupNavbar ( ) ;
62
54
setupExtensionButton ( ) ;
@@ -66,5 +58,4 @@ setupTokenEditor();
66
58
parseLocationQuery ( ) ;
67
59
setupHighlighting ( ) ;
68
60
setupJwtCounter ( ) ;
69
- pickEbookOrExtensionBanner ( ) ;
70
61
setupShareJwtButton ( shareJwtButton , shareJwtTextElement ) ;
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ section.container
3
3
p
4
4
strong Get the JWT Handbook for free!
5
5
| Download it now and get up-to-speed faster.
6
- a.btn.btn-download-ebook ( href ='https://auth0.com/resources/ebooks/jwt-handbook?utm_source=jwtio&utm_medium=%3Cspan%20class="x x-first x-last">variation &utm_campaign=gc_jwt_test_10_2019', target ='_blank' ) Download Ebook
6
+ a.btn.btn-download-ebook ( href ='https://auth0.com/resources/ebooks/jwt-handbook?utm_source=jwtio&utm_medium=%3Cspan%20class="x x-first x-last">main_gc_banner &utm_campaign=gc_jwt_test_10_2019', target ='_blank' ) Download Ebook
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ block content
39
39
p JWT.IO allows you to decode, verify and generate JWT.
40
40
41
41
a.btn.btn-lg ( href ="/introduction" ) Learn more about jwt
42
-
43
- include extension.pug
44
42
45
43
include ebook.pug
46
44
You can’t perform that action at this time.
0 commit comments