File tree 4 files changed +1
-16
lines changed
4 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
11
11
shareJwtTextElement ,
12
12
} from "./dom-elements.js" ;
13
13
import { CCPAModal } from "./ccpa-modal.js" ;
14
- import { TopBanner } from "./top-banner.js" ;
15
14
16
15
import queryString from "querystring" ;
17
16
@@ -56,4 +55,3 @@ setupHighlighting();
56
55
setupJwtCounter ( ) ;
57
56
setupShareJwtButton ( shareJwtButton , shareJwtTextElement ) ;
58
57
CCPAModal ( ) ;
59
- TopBanner ( ) ;
Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ import { CCPAModal } from "../ccpa-modal.js";
2
2
import { setupJwtCounter } from "../counter.js" ;
3
3
import { setupHighlighting } from "../highlighting.js" ;
4
4
import { setupNavbar } from "../navbar.js" ;
5
- import { TopBanner } from "../top-banner.js" ;
6
5
7
6
// Initialization
8
7
setupNavbar ( ) ;
9
8
setupHighlighting ( ) ;
10
9
setupJwtCounter ( ) ;
11
10
CCPAModal ( ) ;
12
- TopBanner ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { CCPAModal } from "../ccpa-modal.js";
2
2
import { setupJwtCounter } from "../counter.js" ;
3
3
import { setupHighlighting } from "../highlighting.js" ;
4
4
import { setupNavbar } from "../navbar.js" ;
5
- import { TopBanner } from "../top-banner.js" ;
6
5
import { setupLibraries } from "./libraries.js" ;
7
6
8
7
// Initialization
@@ -11,4 +10,3 @@ setupLibraries();
11
10
setupHighlighting ( ) ;
12
11
setupJwtCounter ( ) ;
13
12
CCPAModal ( ) ;
14
- TopBanner ( ) ;
Original file line number Diff line number Diff line change 1
- .top-banner-bg
2
- .top-banner
3
- .top-banner-container
4
- a( href ="https://pages.okta.com/2024-03-WBN-Introduce-FGA?_gl=1*1tgmuji*_ga*NzU5NTY0MzE1LjE2NzcyNjg2OTU.*_ga_QKMSDV5369*MTcxMDQyNjYzMS4zNDQuMS4xNzEwNDI5NjkxLjYwLjAuMA" target ="_blank" ) Catch our webinar on next-gen authorization: Okta Fine Grained Authorization
5
- span( aria-hiden ="true" ) →
6
- button.close-top-banner +
7
-
8
- .top-banner-spacer
9
-
10
- nav.navbar.closed.top-banner-open
1
+ nav.navbar.closed
11
2
.container
12
3
.top-mobile
13
4
.menu-trigger
You can’t perform that action at this time.
0 commit comments