Merge pull request #4171 from overleaf/ta-remove-payment-page-form-fill

Remove payment-page-form-fill Event

GitOrigin-RevId: 4befa04b9dd11906c93dd42693e08373f14b8cf0
This commit is contained in:
Alexandre Bourdin 2021-06-10 10:13:25 +02:00 committed by Copybot
parent 5af039eef0
commit 3d5687a1f4
2 changed files with 0 additions and 5 deletions

View file

@ -73,7 +73,6 @@ block content
form(
name="simpleCCForm"
novalidate
ng-keypress="filledForm()"
)
div.payment-method-toggle

View file

@ -629,9 +629,5 @@ export default App.controller(
{ code: 'ZM', name: 'Zambia' },
{ code: 'ZW', name: 'Zimbabwe' },
]
$scope.filledForm = function () {
eventTracking.sendMBOnce('payment-page-form-fill')
}
}
)