|
|
@@ -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 ) {
|