--- src/main/webapp/publish/api_guide.html
+++ src/main/webapp/publish/api_guide.html
... | ... | @@ -19,7 +19,15 @@ |
| 19 | 19 |
<script src="/publish/js/content.js"></script> |
| 20 | 20 |
<script src="/publish/js/allimtalk.js"></script> |
| 21 | 21 |
<script src="/publish/js/kakao_allimtalk.js"></script> |
| 22 |
- |
|
| 22 |
+ |
|
| 23 |
+ <script> |
|
| 24 |
+ $(function(){
|
|
| 25 |
+ $(".tabType1 button").click(function(){
|
|
| 26 |
+ $(this).removeAttr("style");
|
|
| 27 |
+ }) |
|
| 28 |
+ }) |
|
| 29 |
+ </script> |
|
| 30 |
+ |
|
| 23 | 31 |
</head> |
| 24 | 32 |
|
| 25 | 33 |
<body> |
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?