snsLogin 주석처리

This commit is contained in:
lch 2021-07-01 07:21:29 +00:00
parent b4536130b1
commit 670613eedb
1 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ else
if ('@(ViewBag.JoinOK?1:0)' == '1') {
$("#pageTitle h3").text("회원가입 완료");
}
snsLogin();
//snsLogin();
$("input:radio[name='isCompany']").on("click", function () {
var isCompany = $(this).val();
@ -274,7 +274,7 @@ else
}
}
function snsLogin() {
@*function snsLogin() {
if ("@(Request["jointype"])" == "2") {
var naverLogin = new naver.LoginWithNaverId(
{
@ -341,5 +341,5 @@ else
});
});
}
}
}*@
</script>