@@ -82,6 +82,7 @@ function initMenu(data){
$(".content-item,.flaw-item").hide();
$(".content-item[code='"+code+"']").show();
showFlawList();
+ $("#contentInfo").scrollTop(0)
});
// initScroll("subMenu","Y",2)
}