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