ux/ieconsole.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 4 Aug 2011 05:03:39 +0000 (13:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 4 Aug 2011 05:03:39 +0000 (13:03 +0800)
ux/ieconsole.js

index bc9fb1a..2a9e398 100644 (file)
@@ -18,7 +18,7 @@ if(!window.console){
             }
             console.hide();
             
-            document.head.appendChild(
+            document.body.appendChild(
                 document.createElement('style')
             ).appendChild(document.createTextNode('' + 
                 '#fauxconsole{' +