문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top