Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
0634656e46
@ -14,7 +14,6 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
<style>
|
||||
html {overflow-y:scroll;}
|
||||
input:disabled {
|
||||
background-color: #f9f9f9 !important;
|
||||
}
|
||||
@ -179,6 +178,7 @@ html {overflow-y:scroll;}
|
||||
|
||||
if ('${userSe}'=='N'){
|
||||
alert("로그인 후 신청가능합니다.");
|
||||
$("html").css("overflow","auto"); // 비로그인 시 스크롤 사라짐.
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user