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

index cf0197d..380426d 100644 (file)
@@ -18,6 +18,8 @@ if(!window.console){
             }
             console.hide();
             var st = document.createElement('style');
+            st.type="text/css";
+            st.media="all";
             st.appendChild(document.createTextNode("\n" + 
                 '#fauxconsole{' +
                 '    position:absolute;' +