친구톡 관련 화면 보여주는 조건에 192.168.0.176 추가
This commit is contained in:
parent
d730bdd76e
commit
5b98807cad
@ -143,7 +143,9 @@ function cntntBtnInfo(stepInfo){
|
||||
<ul class="tabType4">
|
||||
<li id="tabAt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabAlim');">알림톡</button></li>
|
||||
<c:if test="${pageContext.request.serverName == 'localhost'
|
||||
|| pageContext.request.serverName == '119.193.215.98'}">
|
||||
|| pageContext.request.serverName == '119.193.215.98'
|
||||
|| pageContext.request.serverName == '192.168.0.176'
|
||||
}">
|
||||
<li id="tabFt" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabFriend');">친구톡</button></li>
|
||||
</c:if>
|
||||
<li id="tabConf" class="tab topTab"><button type="button" onclick="javascript:fnLinkPageTopTab('tabConf');">카카오톡 설정</button></li>
|
||||
|
||||
@ -558,7 +558,9 @@ function fn_sentDetailView(msgGroupId) {
|
||||
<li class="tab active"><button type="button" onclick="fnTabLoad('',0); return false;">전체</button></li>
|
||||
<li class="tab"><button type="button" onclick="fnTabLoad('at', 1); return false;">알림톡</button></li>
|
||||
<c:if test="${pageContext.request.serverName == 'localhost'
|
||||
|| pageContext.request.serverName == '119.193.215.98'}">
|
||||
|| pageContext.request.serverName == '119.193.215.98'
|
||||
|| pageContext.request.serverName == '192.168.0.176'
|
||||
}">
|
||||
<li class="tab"><button type="button" onclick="fnTabLoad('ft', 2); return false;">친구톡</button></li>
|
||||
</c:if>
|
||||
</ul><!--// tab button -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user