mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02: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:
committed by
Copybot
parent
5af039eef0
commit
3d5687a1f4
@@ -73,7 +73,6 @@ block content
|
||||
form(
|
||||
name="simpleCCForm"
|
||||
novalidate
|
||||
ng-keypress="filledForm()"
|
||||
)
|
||||
|
||||
div.payment-method-toggle
|
||||
|
||||
@@ -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')
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user