gagamel 5 년 전
부모
커밋
2153b54abf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/webapp/ux/style24_link.js

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

@@ -100,7 +100,7 @@ var cfnOpenCellphoneCertify = function (redirectUrl, custparams) {
 			document.location.href = actionUrl;
 		}
 	}
-};
+}
 
 /**
  * @type   : function
@@ -128,4 +128,4 @@ var cfnOpenIpinCertify = function (redirectUrl) {
 			document.location.href = actionUrl + "?redirectUrl=" + redirectUrl;
 		}
 	}
-};
+}