mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 23:45:30 +00:00
Remove unnecessary method - handled by FreeTrialModalController
This commit is contained in:
parent
f5c914ed6c
commit
4c81cd874f
1 changed files with 0 additions and 5 deletions
|
@ -4,8 +4,3 @@ define [
|
|||
App.controller "TrackChangesUpgradeModalController", ($scope, $modalInstance) ->
|
||||
$scope.cancel = () ->
|
||||
$modalInstance.dismiss()
|
||||
|
||||
$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…
Add table
Reference in a new issue