Skip to content

Commit dbf0bef

Browse files
committed
Remove Ribbon tracking data
1 parent b53bd38 commit dbf0bef

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

_includes/ribbon.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,5 @@
4040
ribbon.href = href;
4141
ribbon.textContent = text;
4242

43-
// Send the variant and any clicks to SpeedCurve.
44-
window.LUX?.addData?.('ribbonVariant', String(i + 1));
45-
ribbon.addEventListener('click', () => {
46-
window.LUX?.addData?.('ribbonClicked', true);
47-
});
48-
49-
5043
})();
5144
</script>

0 commit comments

Comments
 (0)