Created
December 26, 2014 13:15
-
-
Save Depicus/99ab81053b6fa479f230 to your computer and use it in GitHub Desktop.
Allow Windows IE to use console log.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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