Skip to content

Prevent js error on IE9#230

Closed
tribut wants to merge 1 commit intojlmakes:masterfrom
tribut:ie9-console-fix
Closed

Prevent js error on IE9#230
tribut wants to merge 1 commit intojlmakes:masterfrom
tribut:ie9-console-fix

Conversation

@tribut
Copy link
Copy Markdown

@tribut tribut commented Feb 9, 2016

Noticed that my site was missing js effects in IE9, but when devtools were opened, everything worked as expected.

As it turns out, in IE9 the console object only exists when the developer tools are opened, leading to javascript execution being stopped when console.log is called.

Yep. 🙊

@tribut tribut force-pushed the ie9-console-fix branch 2 times, most recently from de4a516 to 04eda11 Compare February 9, 2016 15:47
In IE9 the console object only exists when the developer tools are
opened, leading to javascript execution being stopped when
`console.log` is called.
@jlmakes
Copy link
Copy Markdown
Owner

jlmakes commented Feb 17, 2016

Merged. Thanks! 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants