--- src/main/webapp/WEB-INF/jsp/web/kakao/include/KaKaoAlimtalkTopMenuTap.jsp
+++ src/main/webapp/WEB-INF/jsp/web/kakao/include/KaKaoAlimtalkTopMenuTap.jsp
... | ... | @@ -142,10 +142,10 @@ |
| 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="${fn:contains(pageContext.request.requestURL , 'localhost') --%>
|
|
| 146 |
-<%-- || fn:contains(pageContext.request.requestURL , '119.193.215.98')}"> --%> |
|
| 147 |
-<!-- <li id="tabFt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabFriend');">친구톡</button></li> -->
|
|
| 148 |
-<%-- </c:if> --%> |
|
| 145 |
+ <c:if test="${pageContext.request.serverName == 'localhost'
|
|
| 146 |
+ || pageContext.request.serverName == '119.193.215.98'}"> |
|
| 147 |
+ <li id="tabFt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabFriend');">친구톡</button></li>
|
|
| 148 |
+ </c:if> |
|
| 149 | 149 |
<li id="tabConf" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabConf');">카카오톡 설정</button></li>
|
| 150 | 150 |
<li id="tabIntro" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabAlimtalkIntrd');">알림톡 소개</button></li>
|
| 151 | 151 |
</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
... | ... | @@ -946,10 +946,10 @@ |
| 946 | 946 |
<ul class="list_tab"> |
| 947 | 947 |
<li class="tab active"><button type="button" onclick="fnTabLoad('',0); return false;">전체</button></li>
|
| 948 | 948 |
<li class="tab"><button type="button" onclick="fnTabLoad('at', 1); return false;">알림톡</button></li>
|
| 949 |
-<%-- <c:if test="${fn:contains(pageContext.request.requestURL , 'localhost') --%>
|
|
| 950 |
-<%-- || fn:contains(pageContext.request.requestURL , '119.193.215.98')}"> --%> |
|
| 951 |
-<!-- <li class="tab"><button type="button" onclick="fnTabLoad('ft', 2); return false;">친구톡</button></li> -->
|
|
| 952 |
-<%-- </c:if> --%> |
|
| 949 |
+ <c:if test="${pageContext.request.serverName == 'localhost'
|
|
| 950 |
+ || pageContext.request.serverName == '119.193.215.98'}"> |
|
| 951 |
+ <li class="tab"><button type="button" onclick="fnTabLoad('ft', 2); return false;">친구톡</button></li>
|
|
| 952 |
+ </c:if> |
|
| 953 | 953 |
</ul><!--// tab button --> |
| 954 | 954 |
</div> |
| 955 | 955 |
<!-- 예약관리 > 전체 --> |
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?