From f76cf70bba34d50ab99dd89bb2afccfee7d21a45 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Tue, 13 Jun 2023 09:39:25 +0900 Subject: [PATCH] no message --- .../WEB-INF/jsp/base/menu/menu-main.jsp | 120 +++++++----------- .../resources/js/base/menu-support-fims.js | 8 +- 2 files changed, 47 insertions(+), 81 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp b/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp index b8e940ba..e4dca99f 100644 --- a/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/menu/menu-main.jsp @@ -1,85 +1,62 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> <%@ include file="/WEB-INF/jsp/include/taglib.jsp"%> - -" /--%> - - -
-
- - - -
- - - - -
- - -
- <%--h4 id="pageTitle" class="fw-bold py-3 mb-4">페이지 제목 - 메뉴 - -
-
- - - - - +
+
+ - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/main/webapp/resources/js/base/menu-support-fims.js b/src/main/webapp/resources/js/base/menu-support-fims.js index 5b434dc3..e42b3a84 100644 --- a/src/main/webapp/resources/js/base/menu-support-fims.js +++ b/src/main/webapp/resources/js/base/menu-support-fims.js @@ -105,13 +105,7 @@ function openMenu(obj, params) { url:menuUrl, data:{}, success:resp => { - - var cw = resp.split("")[1]; - var pb = cw.split("")[1]; - - var scriptAterTail1 = resp.split("")[1]; - var scriptAterTail2 = resp.split("//script after tail2")[1]; - $("#div"+dataKey).html(pb + " " + scriptAterTail1 + " " + ""); + $("#div"+dataKey).html(resp); } });