Sfoglia il codice sorgente

카카오톡, SNS 등 공유하기 기능 오류 수정. encodeURIComponet 를 제거

gagamel 4 anni fa
parent
commit
3283449d96
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      src/main/webapp/ux/style24_link.js

+ 0 - 4
src/main/webapp/ux/style24_link.js

@@ -1595,10 +1595,7 @@ function sendSns(sns, url, txt, media, description)
 var kakaoInitCnt = 0; //카카오 초기화 카운트, 재실행 방지를 위해 사용함
 function cfnSendToKakao(linkUrl, linkNm, linkImg) {
 	linkUrl = location.protocol + linkUrl.replaceAll('#enp_mbris','') + '&share=Y';
-//	linkUrl = location.protocol + encodeURIComponent(linkUrl);
 	
-	alert(linkUrl);
-
 	// Kakao Key
 	if ( kakaoInitCnt == 0 ) {
 		Kakao.init(_kakaoDomainKey);
@@ -1632,7 +1629,6 @@ function cfnSendToKakao(linkUrl, linkNm, linkImg) {
 
 function cfnSendToKakaoMob(linkUrl, linkNm, linkImg) {
 	linkUrl = location.protocol + linkUrl.replaceAll('#enp_mbris','') + '&share=Y';
-//	linkUrl = location.protocol + encodeURIComponent(linkUrl);
 	
 	// Kakao Key
 	if ( kakaoInitCnt == 0 ) {