mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-07 07:14:30 +00:00
Remove unused method, now handled by FreeTrialModalController
This commit is contained in:
parent
e7992e65e4
commit
b7a43d95e0
1 changed files with 0 additions and 8 deletions
|
@ -533,14 +533,6 @@ define [
|
|||
else
|
||||
$scope.switchToSideBySideLayout()
|
||||
|
||||
$scope.startFreeTrial = (source) ->
|
||||
ga?('send', 'event', 'subscription-funnel', 'compile-timeout', source)
|
||||
|
||||
event_tracking.sendMB "subscription-start-trial", { source }
|
||||
|
||||
window.open("/user/subscription/new?planCode=#{$scope.startTrialPlanCode}")
|
||||
$scope.startedFreeTrial = true
|
||||
|
||||
App.factory "synctex", ["ide", "$http", "$q", (ide, $http, $q) ->
|
||||
# enable per-user containers by default
|
||||
perUserCompile = true
|
||||
|
|
Loading…
Reference in a new issue