/*! Respond.js: min/max-width media query polyfill. Remote proxy (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ (function(win, doc, undefined){ var docElem = doc.documentElement, proxyURL = doc.getElementById(“respond-proxy”).href, redirectURL = (doc.getElementById(“respond-redirect”) || location).href, baseElem = doc.getElementsByTagName(“base”)[0], urls = [], refNode; function encode(url){ return win.encodeURIComponent(url); } function fakejax( url, callback ){ var iframe, AXO; // All hail Google http://j.mp/iKMI19 […]
