webmechanicx / css3-mediaqueries-js

CSS3 Media Queries - JS
3 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
<link itemprop="availability" href="http://schema.org/InStock" /> -- 
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")){i
f(a.getAttribute("itemprop").indexOf("style")>-1&&a.href&&a.href.length!==0&&!a.
disabled){r[r.length]=a}}}

but as a right?

Original issue reported on code.google.com by serg...@gmail.com on 21 Nov 2014 at 3:45

GoogleCodeExporter commented 8 years ago
original string
if(a.getAttribute("rel").indexOf("style")>-1&&a.href&&a.href.length!==0&&!a.disa
bled){r[r.length]=a}}

Original comment by serg...@gmail.com on 21 Nov 2014 at 3:47