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

index 380426d..55b84fe 100644 (file)
@@ -43,7 +43,7 @@ if(!window.console){
                 '}')); 
             
             
-            document.body.appendChild(st);
+            document.getElementsByTagName("head")[0].appendChild(st);
             
             
         },