api 예제 다운로드 링크 수정
This commit is contained in:
parent
419c13528c
commit
3f68d808b4
@ -376,7 +376,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_area">
|
||||
<button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
|
||||
<button type="button" class="btnType btnType11 download_btn" data-info="jsp" onclick="return false;">JSP용 예제 다운받기</button>
|
||||
</div>
|
||||
</div>
|
||||
<!--// JSP 다운로드-->
|
||||
@ -464,7 +464,8 @@ $(document).ready(function(){
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_area">
|
||||
<button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
|
||||
<!-- <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button> -->
|
||||
<button type="button" class="btnType btnType11 download_btn" data-info="php" onclick="return false;">PHP용 예제 다운받기</button>
|
||||
</div>
|
||||
</div>
|
||||
<!--// PHP 다운로드-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user