mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:23:32 +00:00
Send analytics event after submitting group inquiry form
This commit is contained in:
parent
89cfd98af3
commit
5cc6fb8843
1 changed files with 1 additions and 0 deletions
|
@ -103,5 +103,6 @@ define [
|
|||
|
||||
request.then (response)->
|
||||
$scope.sent = true
|
||||
event_tracking.send 'subscription-funnel', 'plans-page', 'group-inquiry-sent'
|
||||
$scope.error = (response.status != 200)
|
||||
$scope.$apply()
|
||||
|
|
Loading…
Reference in a new issue