Skip to main content
Inspiring
December 19, 2016
Answered

JS file not loading in Internet Explorer.

  • December 19, 2016
  • 1 reply
  • 771 views

Hello,

I am using a js file for my navigation, but for some reason, it is giving me an error in Internet Explorer.

Here is what the link looks like at the bottom of my index.html file   <script type="text/javascript" src="assets/js/extended_IPU.js"></script>

It works just fine in Chrome and Firefox.

In IE, I get the error

SCRIPT1014: Invalid character

Any thoughts?  The path is correct...

Thanks for any help.

This topic has been closed for replies.
Correct answer ryan schar

I had an ECMA 6 template string in my code.

1 reply

ryan scharAuthorCorrect answer
Inspiring
December 19, 2016

I had an ECMA 6 template string in my code.