Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top