You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function createLinkEl(){head=document.getElementsByTagName('head');head=head[0];linkEl=document.createElement('link');linkEl.rel="stylesheet";linkEl.href="http://github.com/sambowler/bacss/raw/master/latest.css";linkEl.media="screen";head.appendChild(linkEl);}
function is_lt_ie9(){ie_v=parseFloat(navigator.userAgent.match(/MSIE (\d+\.\d+);/));if(ie_v&&ie_v[1]<9){return true;}else{return false;};}