Browse Source

Merge branch 'develop' into style

card007 4 years ago
parent
commit
f87aad909b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/main/webapp/ux/style24_link.js

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

@@ -476,8 +476,6 @@ var cfnLoginNaver = function (requestGb, chkRememberMe) {
 	var frontGb = cfnCheckMobileDevice();
 	var frontGb = cfnCheckMobileDevice();
 	if ('P' == frontGb) {
 	if ('P' == frontGb) {
 		window.open(actionUrl, 'naverLogin', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
 		window.open(actionUrl, 'naverLogin', 'top=' + popupY + ',left=' + popupX + ',height=' + popupHeight + ',width=' + popupWidth + ', fullscreen=no,menubar=no,status=no,toolbar=no,titlebar=yes,location=no,scrollbars=yes', '');
-	} else if ('A' == frontGb) {
-		document.location.href = 'public://?link=' + actionUrl + '&requestGb=' + requestGb;
 	} else {
 	} else {
 		document.location.href = actionUrl + '&requestGb=' + requestGb;
 		document.location.href = actionUrl + '&requestGb=' + requestGb;
 	}
 	}