From 601f56c6d087e49c8091389cb17521d70849bdf3 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 13 Mar 2017 09:01:40 +0530 Subject: [PATCH] fix event --- src/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.js b/src/script.js index 91d9507..d6e8304 100644 --- a/src/script.js +++ b/src/script.js @@ -1314,7 +1314,7 @@ onboardDontShowInTabOptionBtn, TextareaAutoComplete, savedItemCountEl, indentati lastSeenVersion: version }, function () {}); } - trackEvent('ui', 'notificationButtonClick'); + trackEvent('ui', 'notificationButtonClick', version); return false; });