Skip to content

Instantly share code, notes, and snippets.

@weivall
Created April 25, 2012 14:04
Show Gist options
  • Save weivall/2489943 to your computer and use it in GitHub Desktop.
Save weivall/2489943 to your computer and use it in GitHub Desktop.
window.console fix
<script type="text/javascript">if (!window.console) { window.console = {log: function(){}} };</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment