@@ -165,6 +165,7 @@
$(targetBtn).addClass("active");
$(".functiontab").hide();
$("#" + tabID).fadeIn('fast');
+ $('html,body').animate({scrollTop: 0}, 'fast');
window.location.hash = tabID;
}