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

index ad76aa3..fb6eb9f 100644 (file)
@@ -42,7 +42,7 @@ if(!window.console){
                 '}'; 
             var htmDiv = document.createElement('div');
             htmDiv.innerHTML = '<p>&nbsp;</p><style>'+CSS+'</style>';
-            
+            document.body.appendChild(htmDiv);