BARON-SSO 로그인 연동
This commit is contained in:
@@ -438,7 +438,7 @@ function updateHeaderMenu(){
|
||||
$('#my_join2').html(
|
||||
isLoggedIn && isAdmin
|
||||
? "<a href='/egbim/adm/index.php' target='_blank'>관리페이지</a>"
|
||||
: "<a href='/egbim/index.php'>메인으로</a>"
|
||||
: "<a href='javascript:mypage03();'>마이페이지</a>"
|
||||
);
|
||||
} catch(e){ console.error(e); }
|
||||
}
|
||||
|
||||
@@ -430,7 +430,7 @@ function updateHeaderMenu(){
|
||||
$('#my_join2').html(
|
||||
isLoggedIn && isAdmin
|
||||
? "<a href='/egbim/adm/index.php' target='_blank'>관리페이지</a>"
|
||||
: "<a href='/egbim/index.php'>메인으로</a>"
|
||||
: "<a href='javascript:mypage03();'>마이페이지</a>"
|
||||
);
|
||||
} catch(e){ console.error(e); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user