domains/cubic.com.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 04:09:22 +0000 (12:09 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 04:09:22 +0000 (12:09 +0800)
domains/cubic.com.js

index fde3414..f851474 100644 (file)
@@ -45,6 +45,7 @@
             
             // see if getting rid of 'only' from screen works.
             if(!ar[i].cssText.match(/only\s+screen/)) {
+                newsheet += ar[i].cssText +"\n";
                 continue;   
             }
             var str = ar[i].cssText.replace(/only\s+screen/, 'screen');