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
|
@ -22,4 +22,5 @@ define [
|
|||
})
|
||||
|
||||
$scope.dismiss = () ->
|
||||
$scope.onboarding.autoCompile = 'dismissed'
|
||||
$scope.onboarding.autoCompile = 'dismissed'
|
||||
event_tracking.sendMB "shown-autocompile-onboarding"
|
||||
|
|
Loading…
Reference in a new issue