Uncaught SyntaxError: Unexpected token ILLEGAL

When my page loads in Google, and I look at inspect element > console, I see this error:

“Uncaught SyntaxError: Unexpected token ILLEGAL
video.js:120”

The code in question I believe, is this:

<script src="/video-js/video.js"></script>
<link href="/video-js/video-js.css" rel="stylesheet"></link>

Can you help me resolve this error, please?

What is in video.js?

Go to line 120. You will find the issue there.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.