The following AJAX call is failing in IE.
$.ajax({ url:\"{{SITE_URL}}/content/twitter.json\", dataType:\"json\", error:function(xhr, status, erro
IE caches AJAX requests really aggressively (more so than Firefox, anyway). You need to set the Cache-Control headers in the response appropriately if this is not right for your site.