Question

I have a problem of conflict with the Jssor and PageSpeed​​. When I connect PageSpeed ​​the console returns me the error

Uncaught SyntaxError: Unexpected token ILLEGAL

and

Uncaught ReferenceError: $JssorEventManager$ is not defined

How could I solve this?

Was it helpful?

Solution

Removed <script src="jssor.core.js"></script>, <script src="jssor.utils.js"></script> and <script src="jssor.sider.js"></script>

Added <script src="jssor.slider.mini.js"></script> and problem is solved.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top