Skip to content

Disable Message Banner #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/website/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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
Expand Up @@ -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
Expand Up @@ -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
Expand All @@ -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://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
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
Expand Down