Skip to content

Instantly share code, notes, and snippets.

@Depicus
Created December 26, 2014 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Depicus/99ab81053b6fa479f230 to your computer and use it in GitHub Desktop.
Save Depicus/99ab81053b6fa479f230 to your computer and use it in GitHub Desktop.
Allow Windows IE to use console log.
<script type="text/javascript">
if (!window.console) console = {log: function() {}};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment