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

index f851474..578883c 100644 (file)
@@ -48,7 +48,7 @@
                 newsheet += ar[i].cssText +"\n";
                 continue;   
             }
-            var str = ar[i].cssText.replace(/only\s+screen/, 'screen');
+            var str = ar[i].cssText.replace(/only\s+screen/, 'all');
             newsheet += str +"\n";