We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50a25a commit 698e29fCopy full SHA for 698e29f
packages/script/src/base.js
@@ -2,7 +2,7 @@
2
// Store script reference for extensions
3
const script = document.currentScript;
4
5
- const DUB_ID_VAR = 'dub_id';
+ const DUB_ID_VAR = 'dub_idd';
6
const DUB_PARTNER_COOKIE = 'dub_partner_data';
7
const COOKIE_EXPIRES = 90 * 24 * 60 * 60 * 1000; // 90 days
8
const HOSTNAME = window.location.hostname;
0 commit comments