mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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) ->
|
App.controller "TrackChangesUpgradeModalController", ($scope, $modalInstance) ->
|
||||||
$scope.cancel = () ->
|
$scope.cancel = () ->
|
||||||
$modalInstance.dismiss()
|
$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…
Reference in a new issue