File tree Expand file tree Collapse file tree 4 files changed +1
-16
lines changed Expand file tree Collapse file tree 4 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import {
1111 shareJwtTextElement ,
1212} from "./dom-elements.js" ;
1313import { CCPAModal } from "./ccpa-modal.js" ;
14- import { TopBanner } from "./top-banner.js" ;
1514
1615import queryString from "querystring" ;
1716
@@ -56,4 +55,3 @@ setupHighlighting();
5655setupJwtCounter ( ) ;
5756setupShareJwtButton ( shareJwtButton , shareJwtTextElement ) ;
5857CCPAModal ( ) ;
59- TopBanner ( ) ;
Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ import { CCPAModal } from "../ccpa-modal.js";
22import { setupJwtCounter } from "../counter.js" ;
33import { setupHighlighting } from "../highlighting.js" ;
44import { setupNavbar } from "../navbar.js" ;
5- import { TopBanner } from "../top-banner.js" ;
65
76// Initialization
87setupNavbar ( ) ;
98setupHighlighting ( ) ;
109setupJwtCounter ( ) ;
1110CCPAModal ( ) ;
12- TopBanner ( ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { CCPAModal } from "../ccpa-modal.js";
22import { setupJwtCounter } from "../counter.js" ;
33import { setupHighlighting } from "../highlighting.js" ;
44import { setupNavbar } from "../navbar.js" ;
5- import { TopBanner } from "../top-banner.js" ;
65import { setupLibraries } from "./libraries.js" ;
76
87// Initialization
@@ -11,4 +10,3 @@ setupLibraries();
1110setupHighlighting ( ) ;
1211setupJwtCounter ( ) ;
1312CCPAModal ( ) ;
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
112 .container
123 .top-mobile
134 .menu-trigger
You can’t perform that action at this time.
0 commit comments