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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top