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