Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PrivacyManager/templates/usersOptOut.twig')
-rw-r--r--plugins/PrivacyManager/templates/usersOptOut.twig3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/PrivacyManager/templates/usersOptOut.twig b/plugins/PrivacyManager/templates/usersOptOut.twig
index c9def239b9..8d8af0e218 100644
--- a/plugins/PrivacyManager/templates/usersOptOut.twig
+++ b/plugins/PrivacyManager/templates/usersOptOut.twig
@@ -4,8 +4,7 @@
{% block content %}
<div piwik-content-block content-title="{{ 'PrivacyManager_TrackingOptOut'|translate|e('html_attr') }}">
- <div piwik-opt-out-customizer piwikurl="{{ piwikUrl }}" language="{{ language }}">
-
+ <div vue-entry="PrivacyManager.OptOutCustomizer" piwikurl="{{ piwikUrl }}" language="{{ language }}">
</div>
</div>