From 6767390e8726bb28d25df0558a0133f712fbdd26 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 17 Apr 2023 18:10:26 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=99=94=EB=A9=B4=EC=9D=B4=20?= =?UTF-8?q?=EC=97=86=EB=8A=94=20=EB=A9=94=EB=89=B4=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=8B=9C=20=EC=95=8C=EB=A6=BC=EC=B0=BD=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/biz/layout/js/ifrTabs.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/resources/biz/layout/js/ifrTabs.js b/src/main/webapp/resources/biz/layout/js/ifrTabs.js index 0b4a84fe..ee4baf10 100644 --- a/src/main/webapp/resources/biz/layout/js/ifrTabs.js +++ b/src/main/webapp/resources/biz/layout/js/ifrTabs.js @@ -6,6 +6,11 @@ const iframeMap = {}, function openMenu(menuId, menuNm, menuUrl) { if(!menuUrl) return; + + if(menuUrl == "#"){ + alert("준비 중입니다."); + return; + } const OPEN_TAB_CNT = $('div#ifrTabs > ul > li').length; if(iframeMap[menuId]){