You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have detected a blocking script on livechat module.
Basically on view/frontend/templates/snippetblock.phtml
You have the following code:
<script src = "<?php echo $block->getUrl('livechat/getvisitor'); ?>"></script>
<script>
window.__lc = window.__lc || {};
/// rest of the code
</script>
Now, the first script is blocking. You may consider moving all that into an ajax call and load the livechat (second script) once that ajax is complete.
The text was updated successfully, but these errors were encountered:
We have detected a blocking script on livechat module.
Basically on view/frontend/templates/snippetblock.phtml
You have the following code:
Now, the first script is blocking. You may consider moving all that into an ajax call and load the livechat (second script) once that ajax is complete.
The text was updated successfully, but these errors were encountered: