AuburnACM / auacm

The Auburn ACM Website
Apache License 2.0
15 stars 3 forks source link

Page doesn't load in IE 11 #120

Open julienlegault opened 7 years ago

julienlegault commented 7 years ago

As title states, the page doesn't load in Internet Explorer 11, I'm not sure why but it is unable to load.

BrandonLMorris commented 7 years ago

Any JS logs?

julienlegault commented 7 years ago

No, it's not throwing any errors. The problem is it isn't ever loading the body, all it loads in the loading... and the scripts, but never resolves any of it.

julienlegault commented 7 years ago

Also the site crashes on all older versions of IE, but I feel like thats not really a problem.

BrandonLMorris commented 7 years ago

You're not running locally, correct? This is happening when you go to auacm.com in IE11: the production site, right?

julienlegault commented 7 years ago

Yeah, it's the production site.

Mac-Genius commented 7 years ago

It does not load in IE11 because IE11 does not have support for Javascript es6. We would need to add a polyfill es6 library that would add support. You can learn about the fix here.