Complianz causing page to reload
-
LAtest version is causing page to reload continuously. We’ve had to disable complianz. It seems the code causing it is :
<script> ? ? ? ? ? ? document.addEventListener(“cmplz_enable_category”, cmplzEnableCustomBlockedContent); ? ? ? ? ? ? function cmplzEnableCustomBlockedContent(e) { ? ? ? ? ? ? ? ? if (cmplz_has_service_consent(‘general’, ‘marketing’) && !document.getElementById(“cmplz_consent_area_anchor”)) { ? ? ? ? ? ? ? ? ? ? location.reload(); ? ? ? ? ? ? ? ? } ? ? ? ? ? ? ? ? if (e.detail.category === ‘no-category’ && !document.getElementById(“cmplz_consent_area_anchor”)) { ? ? ? ? ? ? ? ? ? ? location.reload(); ? ? ? ? ? ? ? ? } ? ? ? ? ? ? } ? ? ? ? </script>The page I need help with: [log in to see the link]
- The topic ‘Complianz causing page to reload’ is closed to new replies.