1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 10:36:19 +02:00

fix event

This commit is contained in:
Kushagra Gour
2017-03-13 09:01:40 +05:30
parent 84bfa764f7
commit 601f56c6d0

View File

@ -1314,7 +1314,7 @@ onboardDontShowInTabOptionBtn, TextareaAutoComplete, savedItemCountEl, indentati
lastSeenVersion: version
}, function () {});
}
trackEvent('ui', 'notificationButtonClick');
trackEvent('ui', 'notificationButtonClick', version);
return false;
});