Search code examples
javascriptsliderconflictpagespeedjssor

Conflict with the Jssor and PageSpeed


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?


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.