mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Send analytics data when onboarding dismissed
This commit is contained in:
parent
199e85e4a9
commit
39c8a6a193
1 changed files with 2 additions and 1 deletions
|
@ -23,3 +23,4 @@ define [
|
||||||
|
|
||||||
$scope.dismiss = () ->
|
$scope.dismiss = () ->
|
||||||
$scope.onboarding.autoCompile = 'dismissed'
|
$scope.onboarding.autoCompile = 'dismissed'
|
||||||
|
event_tracking.sendMB "shown-autocompile-onboarding"
|
||||||
|
|
Loading…
Reference in a new issue