--- src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp
+++ src/main/webapp/WEB-INF/jsp/web/api/examDown.jsp
... | ... | @@ -376,7 +376,7 @@ |
| 376 | 376 |
</div> |
| 377 | 377 |
</div> |
| 378 | 378 |
<div class="btn_area"> |
| 379 |
- <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button> |
|
| 379 |
+ <button type="button" class="btnType btnType11 download_btn" data-info="jsp" onclick="return false;">JSP용 예제 다운받기</button> |
|
| 380 | 380 |
</div> |
| 381 | 381 |
</div> |
| 382 | 382 |
<!--// JSP 다운로드--> |
... | ... | @@ -464,7 +464,8 @@ |
| 464 | 464 |
</div> |
| 465 | 465 |
</div> |
| 466 | 466 |
<div class="btn_area"> |
| 467 |
- <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button> |
|
| 467 |
+<!-- <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button> --> |
|
| 468 |
+ <button type="button" class="btnType btnType11 download_btn" data-info="php" onclick="return false;">PHP용 예제 다운받기</button> |
|
| 468 | 469 |
</div> |
| 469 | 470 |
</div> |
| 470 | 471 |
<!--// PHP 다운로드--> |
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?