domains/remove_print_css.js
authorAlan Knowles <alan@roojs.com>
Mon, 18 Apr 2016 08:12:02 +0000 (16:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Apr 2016 08:12:02 +0000 (16:12 +0800)
domains/remove_print_css.js

index 81d3261..990dd0f 100644 (file)
@@ -62,7 +62,7 @@
         
     
     }
-    for(i = 0; i < del.length) {
+    for(i = 0; i < del.length;i++) {
         del[i].parentNode.removeChild(del[i]);
     }