domains/remove_print_css.js
authorAlan Knowles <alan@roojs.com>
Fri, 13 Jul 2018 04:03:06 +0000 (12:03 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 13 Jul 2018 04:03:06 +0000 (12:03 +0800)
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/, '');