Revisions
-
peterjaap renamed this gist
Oct 15, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
astorm revised this gist
Mar 8, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ <!-- 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"> -
astorm revised this gist
Dec 7, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <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"; -
astorm created this gist
May 25, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ <!-- Add to the package layout (via local.xml or however you prefer) --> <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>