http://jbrewer.github.com/Responsive-Me ... hurst.html
it is a demo page for some js that adjusts font size. it includes the following scripts:
Code: Select all
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="https://raw.github.com/jbrewer/Responsive-Measure/master/jquery.rm.js"></script>responsiveMeasure is defined in the second script, which appears to never load. the only difference i can see is http vs. https.TypeError: $("#arm").responsiveMeasure is not a function
needless to say, noscript is set to allow all the domains on the page (googleapis and github).