이지우 - 친구톡 메뉴 노출 조건 삭제
@35e7bd1d3af20c2399a1b7dde987705b45defd75
--- src/main/webapp/WEB-INF/jsp/web/kakao/include/KaKaoAlimtalkTopMenuTap.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/include/KaKaoAlimtalkTopMenuTap.jsp
... | ... | @@ -142,12 +142,7 @@ |
| 142 | 142 |
|
| 143 | 143 |
<ul class="tabType4"> |
| 144 | 144 |
<li id="tabAt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabAlim');">알림톡</button></li>
|
| 145 |
- <c:if test="${pageContext.request.serverName == 'localhost'
|
|
| 146 |
- || pageContext.request.serverName == '119.193.215.98' |
|
| 147 |
- || pageContext.request.serverName == '192.168.0.176' |
|
| 148 |
- }"> |
|
| 149 |
- <li id="tabFt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabFriend');">친구톡</button></li>
|
|
| 150 |
- </c:if> |
|
| 145 |
+ <li id="tabFt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabFriend');">친구톡</button></li>
|
|
| 151 | 146 |
<li id="tabConf" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabConf');">카카오톡 설정</button></li>
|
| 152 | 147 |
<li id="tabIntro" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabAlimtalkIntrd');">알림톡 소개</button></li>
|
| 153 | 148 |
</ul>(No newline at end of file) |
--- src/main/webapp/WEB-INF/jsp/web/kakao/sent/KakaoSentView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/sent/KakaoSentView.jsp
... | ... | @@ -644,12 +644,7 @@ |
| 644 | 644 |
<ul class="list_tab"> |
| 645 | 645 |
<li class="tab active"><button type="button" onclick="fnTabLoad('',0); return false;">전체</button></li>
|
| 646 | 646 |
<li class="tab"><button type="button" onclick="fnTabLoad('at', 1); return false;">알림톡</button></li>
|
| 647 |
- <c:if test="${pageContext.request.serverName == 'localhost'
|
|
| 648 |
- || pageContext.request.serverName == '119.193.215.98' |
|
| 649 |
- || pageContext.request.serverName == '192.168.0.176' |
|
| 650 |
- }"> |
|
| 651 |
- <li class="tab"><button type="button" onclick="fnTabLoad('ft', 2); return false;">친구톡</button></li>
|
|
| 652 |
- </c:if> |
|
| 647 |
+ <li class="tab"><button type="button" onclick="fnTabLoad('ft', 2); return false;">친구톡</button></li>
|
|
| 653 | 648 |
</ul><!--// tab button --> |
| 654 | 649 |
</div> |
| 655 | 650 |
<!-- 예약관리 > 전체 --> |
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?