Skip to content

Instantly share code, notes, and snippets.

@fhferreira
Forked from pinedamg/gist:3201090
Last active August 29, 2015 14:08
Show Gist options
  • Save fhferreira/eeaa9fba364cfd95d1ae to your computer and use it in GitHub Desktop.
Save fhferreira/eeaa9fba364cfd95d1ae to your computer and use it in GitHub Desktop.
<!-- Add to the package layout (via local.xml or however you prefer) -->
<!-- Also, best to remove before deployment, as some users report -->
<!-- it makes IE 7 crash -->
<default>
<reference name="content">
<block type="core/text" name="fix.console" as="fix.console">
<action method="setText">
<text><![CDATA[<script type="text/javascript">
iframe = document.createElement('iframe');
iframe.style.display = 'none';
document.getElementsByTagName('body')[0].appendChild(iframe);
window.console = iframe.contentWindow.console;
console.firebug = "faketrue";
</script>]]></text>
</action>
</block>
</reference>
</default>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment