mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added ga logging of starting free trial again
This commit is contained in:
parent
8097e6ad71
commit
c60f11519f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ define [
|
|||
$scope.chat = {}
|
||||
|
||||
$scope.startFreeTrial = (source) ->
|
||||
|
||||
ga?('send', 'event', 'subscription-funnel', 'upgraded-free-trial', source)
|
||||
window.open("/user/subscription/new?planCode=student_free_trial_7_days")
|
||||
$scope.startedFreeTrial = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue