$('html').removeClass('no-js').addClass('js'); ;(function() {$(function() { $('a.email').each(function(i,v) {$(v).attr('href',$(v).attr('href').replace('DELETE',''))}); $('#homeCarousel').carousel(); $('#mathCarousel').carousel(); $('#dmpCarousel').carousel(); $('.faq-expand-all').click(function() { $('.faq .collapse').collapse('show'); }); $('.tooltipped').tooltip(); })})($) // End of JS enclosure - do NOT put JS below this line