Skip to content

Commit

Permalink
feat: disable ad bar q1 roundup webinar (#691)
Browse files Browse the repository at this point in the history
byron-okta authored Apr 30, 2024
1 parent 8c62622 commit 88829bf
Showing 4 changed files with 1 addition and 16 deletions.
2 changes: 0 additions & 2 deletions src/website/index.js
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ import {
shareJwtTextElement,
} from "./dom-elements.js";
import { CCPAModal } from "./ccpa-modal.js";
import { TopBanner } from "./top-banner.js";

import queryString from "querystring";

@@ -56,4 +55,3 @@ setupHighlighting();
setupJwtCounter();
setupShareJwtButton(shareJwtButton, shareJwtTextElement);
CCPAModal();
TopBanner();
2 changes: 0 additions & 2 deletions src/website/introduction/index.js
Original file line number Diff line number Diff line change
@@ -2,11 +2,9 @@ import { CCPAModal } from "../ccpa-modal.js";
import { setupJwtCounter } from "../counter.js";
import { setupHighlighting } from "../highlighting.js";
import { setupNavbar } from "../navbar.js";
import { TopBanner } from "../top-banner.js";

// Initialization
setupNavbar();
setupHighlighting();
setupJwtCounter();
CCPAModal();
TopBanner();
2 changes: 0 additions & 2 deletions src/website/libraries/index.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ import { CCPAModal } from "../ccpa-modal.js";
import { setupJwtCounter } from "../counter.js";
import { setupHighlighting } from "../highlighting.js";
import { setupNavbar } from "../navbar.js";
import { TopBanner } from "../top-banner.js";
import { setupLibraries } from "./libraries.js";

// Initialization
@@ -11,4 +10,3 @@ setupLibraries();
setupHighlighting();
setupJwtCounter();
CCPAModal();
TopBanner();
11 changes: 1 addition & 10 deletions views/website/navigation.pug
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
.top-banner-bg
.top-banner
.top-banner-container
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
span(aria-hiden="true")
button.close-top-banner +

.top-banner-spacer

nav.navbar.closed.top-banner-open
nav.navbar.closed
.container
.top-mobile
.menu-trigger

0 comments on commit 88829bf

Please sign in to comment.