Hi
Into my page:
I have a RAW Content element with the following code:
<div id="app"></div>
<script type="application/javascript">
window.partnerCode = "90";
window.blockBrandPages = true;
window.defaultLang = "it";
</script>
<script src="https://eurococ.eu/spa/products/js/app-ie-handler.js?ver=1.1"></script>
<script src="https://eurococ.eu/spa/products/js/app.js?ver=1.1"></script>
When I preview the page on Browser:
If I am logged into Wordpress the page source code visualize also:
<script type="application/javascript">
window.partnerCode = "90";
window.blockBrandPages = true;
window.defaultLang = "it";
</script>
If I am NOT logged into Wordpress the page source code DOESN’T visualize that part of code.
Could you help me with this strange behavior?