|
|
@ -57,14 +57,12 @@ const MatomoDialog = (props) => { |
|
|
|
const declineModal = async () => { |
|
|
|
const declineModal = async () => { |
|
|
|
settings.updateMatomoAnalyticsChoice(false) |
|
|
|
settings.updateMatomoAnalyticsChoice(false) |
|
|
|
_paq.push(['optUserOut']) |
|
|
|
_paq.push(['optUserOut']) |
|
|
|
//appManager.call('walkthrough', 'start')
|
|
|
|
|
|
|
|
setVisible(false) |
|
|
|
setVisible(false) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const handleModalOkClick = async () => { |
|
|
|
const handleModalOkClick = async () => { |
|
|
|
_paq.push(['forgetUserOptOut']) |
|
|
|
_paq.push(['forgetUserOptOut']) |
|
|
|
settings.updateMatomoAnalyticsChoice(true) |
|
|
|
settings.updateMatomoAnalyticsChoice(true) |
|
|
|
//appManager.call('walkthrough', 'start')
|
|
|
|
|
|
|
|
setVisible(false) |
|
|
|
setVisible(false) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|