탭 닫힘 수정

master
mjkhan21 6 months ago
parent 2333b7618f
commit 83e034e357

@ -626,5 +626,5 @@
// 3. 보안모드
fn_securityModeToggle($("#securityMode--top").is(":checked"));
});
</script>
//# sourceURL=sndb01240-main.jsp
</script>

@ -81,7 +81,8 @@
tags = mainTabs.inStrings(template, toTab);
document.getElementById("menu-tabs").innerHTML = tags.join("");
$("#menu-tabs .nav-item").eq(0).find("span.ms-2").remove();
if (!mainTabs.sticky.empty)
$("#menu-tabs .nav-item").eq(0).find("span.ms-2").remove();
},
onCurrentChange: tab => {
@ -485,6 +486,7 @@
});
});
//# sourceURL=index.jsp
</script>
</body>
</html>
Loading…
Cancel
Save