SNS 로그인 기능 ON / display:none; 처리 요청
This commit is contained in:
parent
4826b36733
commit
e9470c22d3
|
|
@ -28,8 +28,8 @@
|
|||
|
||||
<br />
|
||||
|
||||
@*<div id="naverIdLogin" style="display:none"></div>
|
||||
<ul class="lgnSns">
|
||||
<div id="naverIdLogin" style="display:none"></div>
|
||||
<ul class="lgnSns" style="display:none">
|
||||
<li>
|
||||
<a href="javascript:loginWithNaver()">네이버 아이디로 로그인</a>
|
||||
</li>
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
<li>
|
||||
<a href="javascript:loginWithGoogle()">구글 아이디로 로그인</a>
|
||||
</li>
|
||||
</ul>*@
|
||||
</ul>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue