뷰 모드에서 닫기 버튼 활성화
This commit is contained in:
@@ -60,6 +60,8 @@ $(document).ready(function(){
|
||||
// 뷰 모드일 경우 입력 필드 비활성화
|
||||
if(isViewMode){
|
||||
$("#form1 input, #form1 textarea, #form1 select").prop("disabled", true);
|
||||
// 닫기 버튼은 뷰 모드에서도 동작해야 하므로 다시 활성화
|
||||
$("#btnClose").prop("disabled", false);
|
||||
$("#btnSave, #btnUpload, #btnImgUpload, #file1, #imgFile1").hide();
|
||||
$(".delete_btn").parent().hide();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user