mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Track when COPPA dialog is shown.
This commit is contained in:
parent
4e630362ce
commit
70999fa150
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ module.exports = class COPPADenyModal extends ModalView
|
|||
id: 'coppa-deny-modal'
|
||||
template: template
|
||||
closeButton: true
|
||||
|
||||
constructor: ->
|
||||
super()
|
||||
window.tracker?.trackEvent 'COPPA Message Shown', category: 'Homepage'
|
Loading…
Reference in a new issue