Skip to content

Commit

Permalink
Merge pull request #2136 from navikt/qbrick-cookie
Browse files Browse the repository at this point in the history
Qbrick cookie
  • Loading branch information
talepre authored Dec 30, 2024
2 parents d31976e + 5162abd commit 51e2f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
1 change: 1 addition & 0 deletions src/components/_common/qbrick-video/QbrickVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const QbrickVideo = (props: QbrickVideoProps) => {
className={classNames(style.macroVideo, playerState !== 'ready' && style.hidden)}
id={videoContainerId}
title={title}
data-qplayer-analytics="off"
/>
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const createAndStart = (
language,
autoplay: true,
widgetId,
ignoreAnalytics: true,
})
.on('ready', () => {
setPlayerState('ready');
Expand Down

0 comments on commit 51e2f91

Please sign in to comment.