Merge branch 'advc' of http://yongjoon.cho@vcs.iten.co.kr:9999/hylee/offedu into advc
This commit is contained in:
commit
33c4047513
@ -15,6 +15,7 @@
|
||||
<link rel="stylesheet" href="/offedu/visitEdu/adm/publish/css/reset.css">
|
||||
|
||||
<style>
|
||||
html {overflow-y:scroll;}
|
||||
.duet-date__dialog-content,.duet-date__dialog{max-width:400px;width:364px;}
|
||||
.popup_wrap.popType01{left: 25%;width: 50%;}
|
||||
</style>
|
||||
@ -126,6 +127,7 @@ $(document).ready(function(){
|
||||
if ($thisCell.text().trim() === "접수전") {
|
||||
$applyButton.prop('disabled', false); // 버튼 비활성화
|
||||
$applyButton.text('찜하기');
|
||||
$applyButton.attr('title','찜하기 창 열림');
|
||||
$applyButton.attr('onclick', "fn_ggim('" + $($thisCell).closest('tr').data('value') + "');");
|
||||
}
|
||||
if ($thisCell.text().trim() === "찜하기") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user