mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
5af039eef0
commit
3d5687a1f4
2 changed files with 0 additions and 5 deletions
|
@ -73,7 +73,6 @@ block content
|
||||||
form(
|
form(
|
||||||
name="simpleCCForm"
|
name="simpleCCForm"
|
||||||
novalidate
|
novalidate
|
||||||
ng-keypress="filledForm()"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
div.payment-method-toggle
|
div.payment-method-toggle
|
||||||
|
|
|
@ -629,9 +629,5 @@ export default App.controller(
|
||||||
{ code: 'ZM', name: 'Zambia' },
|
{ code: 'ZM', name: 'Zambia' },
|
||||||
{ code: 'ZW', name: 'Zimbabwe' },
|
{ code: 'ZW', name: 'Zimbabwe' },
|
||||||
]
|
]
|
||||||
|
|
||||||
$scope.filledForm = function () {
|
|
||||||
eventTracking.sendMBOnce('payment-page-form-fill')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue