정수빈 정수빈 2025-08-01
api 사용안내 친구톡 탭 추가
@252c6655f7af1302b2498a6a6962370ee432ecf9
src/main/webapp/publish/api_guide.html
--- src/main/webapp/publish/api_guide.html
+++ src/main/webapp/publish/api_guide.html
@@ -19,7 +19,15 @@
     <script src="/publish/js/content.js"></script>
     <script src="/publish/js/allimtalk.js"></script>
     <script src="/publish/js/kakao_allimtalk.js"></script>
-
+    
+    <script>
+    	$(function(){
+    		$(".tabType1 button").click(function(){
+    			$(this).removeAttr("style");
+    		})
+    	})
+    </script>
+    
 </head>
 
 <body>
Add a comment
List