@ -172,11 +172,9 @@ function closeTab(menuId) {
}
document.getElementById("innerPage-"+menuId).remove();
delete innerPageMap[menuId];
$("#tab-" + activeIdx).remove();
document.getElementById("tab-"+menuId).remove();
$('#tabsForInnerPage').find('#li-'+menuId).remove();
function id2Index(tabsId, srcId) {