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

index cecdeb4..3f58dbe 100644 (file)
@@ -19,7 +19,7 @@ if(!window.console){
             console.hide();
             var st = document.createElement('style');
             document.body.appendChild(st);
-            st.innderHTML = "\n" + 
+            st.innerHTML = "\n" + 
                 '#fauxconsole{' +
                 '    position:absolute;' +
                 '    top:0;'+