Skip to content

Commit

Permalink
no track for result1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 12, 2024
1 parent 204ed7b commit 1a250bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4055,7 +4055,7 @@ DOM.gain.addEventListener('input', () => {
contextMenu.classList.add("d-none");
hideConfidenceSlider();
config.debug && console.log('clicked', target);
track('UI', 'Click', target);
target !== 'result1' && track('UI', 'Click', target);
})


Expand Down

0 comments on commit 1a250bc

Please sign in to comment.