$(function(){ // redirect download to support $('.download [href*="download.processing.org"]').on('click', function (e) { e.preventDefault() window.open($(this).attr('href')) window.location = '/download/support.html' window.focus() }) // sticky scroll if(!Modernizr.touch){ $(window).scroll(function(){ if($(this).scrollTop() < 114){ $('.navBar').removeClass('stuck') } else { $('.navBar').addClass('stuck') } }) } // if on the homepage, gather recent tweets/commits if($('body').attr('id')=='Cover'){ // recent tweets $.getJSON('/content/static/feeds/twitter.php', function(data) { $.each(data, function(i, tweet) { var time = parse_date(tweet.created_at); var timeText = format_relative_time(extract_relative_time(time)); var tweet_html = '