jQuery(document).ready(function($){var hash=document.location.hash;var prefix="tab_";if(hash){$('.nav-tabs a[href='+hash.replace(prefix,"")+']').tab('show');} $('.nav-tabs a').on('shown',function(e){window.location.hash=e.target.hash.replace("#","#"+prefix);});});jQuery("div.accordion-heading").on('click',function(e){e.preventDefault();jQuery("html, body").animate({scrollTop:jQuery('.accordion-group').offset().top},1000);});