Skip to content

Commit 88829bf

Browse files
authored
feat: disable ad bar q1 roundup webinar (#691)
1 parent 8c62622 commit 88829bf

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

src/website/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
shareJwtTextElement,
1212
} from "./dom-elements.js";
1313
import { CCPAModal } from "./ccpa-modal.js";
14-
import { TopBanner } from "./top-banner.js";
1514

1615
import queryString from "querystring";
1716

@@ -56,4 +55,3 @@ setupHighlighting();
5655
setupJwtCounter();
5756
setupShareJwtButton(shareJwtButton, shareJwtTextElement);
5857
CCPAModal();
59-
TopBanner();

src/website/introduction/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ import { CCPAModal } from "../ccpa-modal.js";
22
import { setupJwtCounter } from "../counter.js";
33
import { setupHighlighting } from "../highlighting.js";
44
import { setupNavbar } from "../navbar.js";
5-
import { TopBanner } from "../top-banner.js";
65

76
// Initialization
87
setupNavbar();
98
setupHighlighting();
109
setupJwtCounter();
1110
CCPAModal();
12-
TopBanner();

src/website/libraries/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { CCPAModal } from "../ccpa-modal.js";
22
import { setupJwtCounter } from "../counter.js";
33
import { setupHighlighting } from "../highlighting.js";
44
import { setupNavbar } from "../navbar.js";
5-
import { TopBanner } from "../top-banner.js";
65
import { setupLibraries } from "./libraries.js";
76

87
// Initialization
@@ -11,4 +10,3 @@ setupLibraries();
1110
setupHighlighting();
1211
setupJwtCounter();
1312
CCPAModal();
14-
TopBanner();

views/website/navigation.pug

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
.top-banner-bg
2-
.top-banner
3-
.top-banner-container
4-
a(href="https://regionalevents.okta.com/codeidentityq1releaseroundup/jwtio" target="_blank") Dive into passkeys, see MFA and other new features in action in this developer webinar
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

0 commit comments

Comments
 (0)