I'm trying to add Modernizr to this page: http://www.alternativeradio.org/pages/test. Modernizr works fine and does its job on other pages of this site. But on this page, which uses jQuery Isotope, adding:
<script src="http://cdn.shopify.com/s/files/1/0070/7142/t/1/assets/modernizr.custom.js?128259" type="text/javascript"></script>
to the HEAD causes two Javascript errors to appear:
. Uncaught TypeError: Object #<Object> has no method 'addTest' jquery.isotope.min.js:11
. Uncaught TypeError: Object [object Object] has no method 'isotope' free-downloads:2151
I tried loading jquery.isotope.min.js via Modernizr.load, to no avail. What am I missing? Thanks!