From 3f1f63b91f3f2cd0b901bbf071a99170544cd127 Mon Sep 17 00:00:00 2001 From: Mattk70 Date: Sat, 24 Feb 2024 17:48:46 +0000 Subject: [PATCH] tracking for custom list creation --- js/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui.js b/js/ui.js index 2aa71786..757272c0 100644 --- a/js/ui.js +++ b/js/ui.js @@ -4286,6 +4286,7 @@ function setListUIState(list){ if (updating === 'list'){ worker.postMessage({ action: 'update-list', list: config.list, customList: LABELS, refreshResults: STATE.analysisDone}); + track('UI', 'Create', 'Custom list', LABELS.length) } else { worker.postMessage({action: 'update-locale', locale: config[config.model].locale, labels: LABELS, refreshResults: STATE.analysisDone}) }