Export to GitHub

css3-mediaqueries-js - issue #48

<link itemprop="availability"....>


Posted on Nov 21, 2014 by Happy Elephant

<link itemprop="availability" href="http://schema.org/InStock&quot; /> -- woocommerce, on page product give error.

temporarily be solved

if(a.getAttribute("rel")){if(a.getAttribute("rel").indexOf("style")>-1&&a.href&&a.href.length!==0&&!a.disabled){r[r.length]=a}}}if(a.getAttribute("itemprop")){if(a.getAttribute("itemprop").indexOf("style")>-1&&a.href&&a.href.length!==0&&!a.disabled){r[r.length]=a}}}

but as a right?

Comment #1

Posted on Nov 21, 2014 by Happy Elephant

original string if(a.getAttribute("rel").indexOf("style")>-1&&a.href&&a.href.length!==0&&!a.disabled){r[r.length]=a}}

Status: New

Labels:
Type-Defect Priority-Medium