domains/remove_print_css.js
[app.webkitpdf] / domains / remove_print_css.js
index b2e7d65..20687b4 100644 (file)
@@ -44,6 +44,7 @@
                 continue;
             }
             
+            
             // see if getting rid of 'only' from screen works.
             if(ar[i].cssText.match(/only\s+screen/)) {
                 var str = ar[i].cssText.replace(/only\s+screen/, '');