We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45c87a commit a21ee25Copy full SHA for a21ee25
src/website/index.js
@@ -11,7 +11,6 @@ import {
11
shareJwtTextElement,
12
} from "./dom-elements.js";
13
import { CCPAModal } from "./ccpa-modal.js";
14
-import { TopBanner } from "./top-banner.js";
15
16
import queryString from "querystring";
17
@@ -55,5 +54,4 @@ parseLocationQuery();
55
54
setupHighlighting();
56
setupJwtCounter();
57
setupShareJwtButton(shareJwtButton, shareJwtTextElement);
58
-CCPAModal();
59
-TopBanner();
+CCPAModal();
0 commit comments