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 b8a0020 commit 0162893Copy full SHA for 0162893
dotcom-rendering/src/client/bootCmp.ts
@@ -66,13 +66,6 @@ const initialiseCmp = async () => {
66
const useNonAdvertisedList = allowRejectAll(isUserSignedIn);
67
68
const country = code ?? undefined;
69
-
70
- window.addEventListener('popstate', () => {
71
- // SP needs to be informed when SPA navigation occurs
72
- console.log('CMP: popstate detected, executing messaging');
73
- // window._sp_?.executeMessaging?.();
74
- });
75
76
cmp.init({
77
pubData: {
78
platform: 'next-gen',
0 commit comments