api 예제 다운로드 링크 수정

This commit is contained in:
hehihoho3@gmail.com 2025-10-22 10:06:51 +09:00
parent 419c13528c
commit 3f68d808b4

View File

@ -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 다운로드-->