diff --git a/README.md b/README.md index 7c7481a..e984a9b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ Cross-browser support for the [CSS3 Flexible Box Model](http://www.w3.org/TR/css3-flexbox/). Check out [The Playground](http://flexiejs.com/playground/) to see it in action. -# Flexie v1.0.3 [![](http://stillmaintained.com/doctyper/flexie.png)](http://stillmaintained.com/doctyper/flexie) +# Flexie v1.0.4 [![](http://stillmaintained.com/doctyper/flexie.png)](http://stillmaintained.com/doctyper/flexie) + +## Latest updates + +* Forked & fixed error resulting from a conflict between adblockers and flexie. ## Browser Support * IE 6-9 diff --git a/src/flexie.js b/src/flexie.js index 631deea..bcff185 100755 --- a/src/flexie.js +++ b/src/flexie.js @@ -1329,7 +1329,7 @@ var Flexie = (function (win, doc) { for (i = 0, j = stylesheets.length; i < j; i++) { stylesheet = stylesheets[i]; - if (stylesheet) { + if (stylesheet && stylesheet.href !== 'data:text/css,') { url = resolveUrl(stylesheet.href, baseUrl); if (url) {