domains/coconuts.co.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 04:07:03 +0000 (12:07 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 04:07:03 +0000 (12:07 +0800)
domains/coconuts.co.js

index 592a214..f1b7f70 100644 (file)
@@ -12,7 +12,7 @@
             node.innerHTML = '';
             continue;
         }
-        if (node.nodeName == 'LINK' && node.getAttribute('media') && gnode.etAttribute('media').match(/print/)) {
+        if (node.nodeName == 'LINK' && node.getAttribute('media') && node.getAttribute('media').match(/print/)) {
             node.setAttribute('href' , '');
             node.setAttribute('media' , 'speech');
             continue;