Skip to content

Commit 75651cf

Browse files
[no-release] Fix gulp lint warning
1 parent d384359 commit 75651cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/10-ketch-consent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
})
99

1010
// If the user is in the US-CA region, change the text of the preference center link
11-
// 3/19/25: Disabled this feature due to shifting CA legal requirements. Will re-enable with new textContent if needed.
11+
// 3/19/25: Disabled this feature due to shifting CA legal requirements. Will re-enable with new textContent if needed
1212
// window.ketch('on', 'regionInfo', (regionInfo) => {
1313
// const customTextRegions = ['US-CA']
1414
// if (customTextRegions.includes(regionInfo)) {

0 commit comments

Comments
 (0)