팩스전송 NEW 아이콘 제거
@74d41d295c39f87a8d805e9c728a7427cf65a8dd
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1205,7 +1205,7 @@ |
| 1205 | 1205 |
<c:forEach var="resultListOne" items="${menuResultList}" varStatus="status">
|
| 1206 | 1206 |
<c:if test="${resultListOne.depth eq '1' }">
|
| 1207 | 1207 |
<c:choose> |
| 1208 |
- <c:when test="${fn:contains(resultListOne.url, '/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do') || fn:contains(resultListOne.url, '/web/mjon/fax/faxDataView.do')}">
|
|
| 1208 |
+ <c:when test="${fn:contains(resultListOne.url, '/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do')}">
|
|
| 1209 | 1209 |
<li class="new"> |
| 1210 | 1210 |
</c:when> |
| 1211 | 1211 |
<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?