메인화면 배너관리 기능 오류 수정 - 퀵메뉴 배너영역시 감추기 기능 오류 수정
- 퀵메뉴 배너영역시 감추기 기능 오류 수정
@7dd9b98cd40703c772f8dfe97aad8be12dec9af5
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1147,6 +1147,9 @@ |
| 1147 | 1147 |
<c:when test="${fn:contains(pageContext.request.requestURL , 'web/main/mainPage.do')}">
|
| 1148 | 1148 |
<div class="quickMenu main"> |
| 1149 | 1149 |
</c:when> |
| 1150 |
+ <c:when test="${fn:contains(pageContext.request.requestURL , 'web/main/mainPageTest.do')}">
|
|
| 1151 |
+ <div class="quickMenu main"> |
|
| 1152 |
+ </c:when> |
|
| 1150 | 1153 |
<c:otherwise> |
| 1151 | 1154 |
<div class="quickMenu quickSub"> |
| 1152 | 1155 |
</c:otherwise> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?