|  | @@ -8,7 +8,7 @@ $(function() {
 | 
	
		
			
				|  |  |  		var isAccept = $(this).prop("checked");
 | 
	
		
			
				|  |  |  		
 | 
	
		
			
				|  |  |  		isColumnShow(isAccept,column);
 | 
	
		
			
				|  |  | -		console.log(isAccept);
 | 
	
		
			
				|  |  | +		
 | 
	
		
			
				|  |  |  		localStorage.setItem('curingColumn_'+column, isAccept);
 | 
	
		
			
				|  |  |  	});
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -28,7 +28,7 @@ function refreshColumn(columnLength){
 | 
	
		
			
				|  |  |  		if(isAccept=='false'){
 | 
	
		
			
				|  |  |  			isAccept=false;
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +		console.log(cbi+'/'+isAccept);
 | 
	
		
			
				|  |  |  		if (isAccept==null||isAccept) {
 | 
	
		
			
				|  |  |  			//console.log(isAccept);
 | 
	
		
			
				|  |  |  			checkBoxList.eq(cbi).attr("checked",'true');
 |